#5BA2D4

Color #5BA2D4 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5BA2D4

Tints of Picton Blue #5BA2D4

Color information

#5BA2D4 (or 0x5BA2D4) is unknown color: approx Picton Blue. HEX triplet: 5B, A2 and D4. RGB value is (91,162,212). Sum of RGB (Red+Green+Blue) = 91+162+212=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #5BA2D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA2D4 is #A45D2B. Grayscale: #929292. Windows color (decimal): -10771756 or 13935195. OLE color: 13935195.

HSL color Cylindrical-coordinate representation of color #5BA2D4: hue angle of 204.79º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BA2D4 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB91162212-
CMYK0.570.2400.17
HSL204.79º58.45%59.41%-
HSV(B)204.79º57.08%83.14%-
XYZ29.1232.8267.09-
YUV146.47164.9888.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 19.57%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=19.57%
G=34.84%
B=45.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal911622120.570.2400.17204.7958.4559.41
Hex5BA2D43918011cd3a3b
Octal13324232471300213157273
Binary101101110100010110101001110011100001000111001101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA2D4; }

 p { color: rgb(91,162,212); }

 H1.HeaderClassName
 {
   color: #5BA2D4;
 }
 .AnyTagClassName
 {
   color: #5BA2D4;
 }
</style>
background-color css

<style>
 a { background-color: #5BA2D4; }

 a { background-color: rgb(91,162,212); }

 div.DivClassName
 {
   background-color: #5BA2D4;
 }
 .BgClassName
 {
   background-color: #5BA2D4;
 }
</style>
border-color css

<style>
 span { border-color: #5BA2D4; }

 span { border-color: rgb(91,162,212); }

 td.TdClassName
 {
   border-color: #5BA2D4;
 }
 .TagClassName
 {
   border-color: #5BA2D4;
 }
</style>