#5C9ADD

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

Shades of Picton Blue #5C9ADD

Tints of Picton Blue #5C9ADD

Color information

#5C9ADD (or 0x5C9ADD) is unknown color: approx Picton Blue. HEX triplet: 5C, 9A and DD. RGB value is (92,154,221). Sum of RGB (Red+Green+Blue) = 92+154+221=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C9ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ADD is #A36522. Grayscale: #8E8E8E. Windows color (decimal): -10708259 or 14522972. OLE color: 14522972.

HSL color Cylindrical-coordinate representation of color #5C9ADD: hue angle of 211.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C9ADD is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92154221-
CMYK0.580.3000.13
HSL211.16º65.48%61.37%-
HSV(B)211.16º58.37%86.67%-
XYZ29.0230.6172.78-
YUV143.1171.9691.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.70%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=19.70%
G=32.98%
B=47.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921542210.580.3000.13211.1665.4861.37
Hex5C9ADD3A1E0Dd3413d
Octal134232335723601532310175
Binary101110010011010110111011110101111001101110100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,154,221); }

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

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

 a { background-color: rgb(92,154,221); }

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

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

 span { border-color: rgb(92,154,221); }

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