#5BA0D0

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

Shades of Picton Blue #5BA0D0

Tints of Picton Blue #5BA0D0

Color information

#5BA0D0 (or 0x5BA0D0) is unknown color: approx Picton Blue. HEX triplet: 5B, A0 and D0. RGB value is (91,160,208). Sum of RGB (Red+Green+Blue) = 91+160+208=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #5BA0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA0D0 is #A45F2F. Grayscale: #909090. Windows color (decimal): -10772272 or 13672539. OLE color: 13672539.

HSL color Cylindrical-coordinate representation of color #5BA0D0: hue angle of 204.62º 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 #5BA0D0 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91160208-
CMYK0.560.2300.18
HSL204.62º55.45%58.63%-
HSV(B)204.62º56.25%81.57%-
XYZ28.2731.9264.35-
YUV144.84163.6489.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.83%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=19.83%
G=34.86%
B=45.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911602080.560.2300.18204.6255.4558.63
Hex5BA0D03817012cd373b
Octal13324032070270223156773
Binary101101110100000110100001110001011101001011001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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