#5D9CCA

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

Shades of Picton Blue #5D9CCA

Tints of Picton Blue #5D9CCA

Color information

#5D9CCA (or 0x5D9CCA) is unknown color: approx Picton Blue. HEX triplet: 5D, 9C and CA. RGB value is (93,156,202). Sum of RGB (Red+Green+Blue) = 93+156+202=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9CCA is #A26335. Grayscale: #8E8E8E. Windows color (decimal): -10642230 or 13278301. OLE color: 13278301.

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

Color convert

RGB93156202-
CMYK0.540.2300.21
HSL205.32º50.7%57.84%-
HSV(B)205.32º53.96%79.22%-
XYZ27.0630.3760.31-
YUV142.41161.6392.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.62%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=20.62%
G=34.59%
B=44.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931562020.540.2300.21205.3250.757.84
Hex5D9CCA3617015cd333a
Octal13523431266270253156372
Binary101110110011100110010101101101011101010111001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,156,202); }

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

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

 a { background-color: rgb(93,156,202); }

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

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

 span { border-color: rgb(93,156,202); }

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