#5b9dcc

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

Shades of Picton Blue #5B9DCC

Tints of Picton Blue #5B9DCC

Color information

#5B9DCC (or 0x5B9DCC) is unknown color: approx Picton Blue. HEX triplet: 5B, 9D and CC. RGB value is (91,157,204). Sum of RGB (Red+Green+Blue) = 91+157+204=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9DCC is #A46233. Grayscale: #8E8E8E. Windows color (decimal): -10773044 or 13409627. OLE color: 13409627.

HSL color Cylindrical-coordinate representation of color #5B9DCC: hue angle of 204.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B9DCC is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91157204-
CMYK0.550.2300.2
HSL204.96º52.56%57.84%-
HSV(B)204.96º55.39%80%-
XYZ27.2730.761.61-
YUV142.62162.6391.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.13%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=20.13%
G=34.73%
B=45.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911572040.550.2300.2204.9652.5657.84
Hex5B9DCC3717014cd353a
Octal13323531467270243156572
Binary101101110011101110011001101111011101010011001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b9dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,204); }

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

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

 a { background-color: rgb(91,157,204); }

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

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

 span { border-color: rgb(91,157,204); }

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