#5BA6D0

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

Shades of Picton Blue #5BA6D0

Tints of Picton Blue #5BA6D0

Color information

#5BA6D0 (or 0x5BA6D0) is unknown color: approx Picton Blue. HEX triplet: 5B, A6 and D0. RGB value is (91,166,208). Sum of RGB (Red+Green+Blue) = 91+166+208=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #5BA6D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA6D0 is #A4592F. Grayscale: #949494. Windows color (decimal): -10770736 or 13674075. OLE color: 13674075.

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

Color convert

RGB91166208-
CMYK0.560.2000.18
HSL201.54º55.45%58.63%-
HSV(B)201.54º56.25%81.57%-
XYZ29.3434.0564.7-
YUV148.36161.6587.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.57%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=19.57%
G=35.70%
B=44.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911662080.560.2000.18201.5455.4558.63
Hex5BA6D03814012ca373b
Octal13324632070240223126773
Binary101101110100110110100001110001010001001011001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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