#5BA2D0

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

Shades of Picton Blue #5BA2D0

Tints of Picton Blue #5BA2D0

Color information

#5BA2D0 (or 0x5BA2D0) is unknown color: approx Picton Blue. HEX triplet: 5B, A2 and D0. RGB value is (91,162,208). Sum of RGB (Red+Green+Blue) = 91+162+208=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #5BA2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA2D0 is #A45D2F. Grayscale: #919191. Windows color (decimal): -10771760 or 13673051. OLE color: 13673051.

HSL color Cylindrical-coordinate representation of color #5BA2D0: hue angle of 203.59º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BA2D0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91162208-
CMYK0.560.2200.18
HSL203.59º55.45%58.63%-
HSV(B)203.59º56.25%81.57%-
XYZ28.6232.6264.46-
YUV146.01162.9888.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.74%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=19.74%
G=35.14%
B=45.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911622080.560.2200.18203.5955.4558.63
Hex5BA2D03816012cc373b
Octal13324232070260223146773
Binary101101110100010110100001110001011001001011001100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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