#5B9DC8

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

Shades of Picton Blue #5B9DC8

Tints of Picton Blue #5B9DC8

Color information

#5B9DC8 (or 0x5B9DC8) is unknown color: approx Picton Blue. HEX triplet: 5B, 9D and C8. RGB value is (91,157,200). Sum of RGB (Red+Green+Blue) = 91+157+200=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #5B9DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9DC8 is #A46237. Grayscale: #8D8D8D. Windows color (decimal): -10773048 or 13147483. OLE color: 13147483.

HSL color Cylindrical-coordinate representation of color #5B9DC8: hue angle of 203.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B9DC8 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB91157200-
CMYK0.540.2200.22
HSL203.67º49.77%57.06%-
HSV(B)203.67º54.5%78.43%-
XYZ26.830.5159.12-
YUV142.17160.6391.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.31%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 200 (78.52% from 255) = 44.64%
R=20.31%
G=35.04%
B=44.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal911572000.540.2200.22203.6749.7757.06
Hex5B9DC83616016cc3239
Octal13323531066260263146271
Binary101101110011101110010001101101011001011011001100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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