#5B9BCA

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

Shades of Picton Blue #5B9BCA

Tints of Picton Blue #5B9BCA

Color information

#5B9BCA (or 0x5B9BCA) is unknown color: approx Picton Blue. HEX triplet: 5B, 9B and CA. RGB value is (91,155,202). Sum of RGB (Red+Green+Blue) = 91+155+202=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9BCA is #A46435. Grayscale: #8C8C8C. Windows color (decimal): -10773558 or 13278043. OLE color: 13278043.

HSL color Cylindrical-coordinate representation of color #5B9BCA: hue angle of 205.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B9BCA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91155202-
CMYK0.550.2300.21
HSL205.41º51.15%57.45%-
HSV(B)205.41º54.95%79.22%-
XYZ26.729.9360.25-
YUV141.22162.392.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.31%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=20.31%
G=34.60%
B=45.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911552020.550.2300.21205.4151.1557.45
Hex5B9BCA3717015cd3339
Octal13323331267270253156371
Binary101101110011011110010101101111011101010111001101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,155,202); }

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

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

 a { background-color: rgb(91,155,202); }

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

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

 span { border-color: rgb(91,155,202); }

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