#5C93CE

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

Shades of Picton Blue #5C93CE

Tints of Picton Blue #5C93CE

Color information

#5C93CE (or 0x5C93CE) is unknown color: approx Picton Blue. HEX triplet: 5C, 93 and CE. RGB value is (92,147,206). Sum of RGB (Red+Green+Blue) = 92+147+206=445 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.67% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C93CE is #A36C31. Grayscale: #888888. Windows color (decimal): -10710066 or 13538140. OLE color: 13538140.

HSL color Cylindrical-coordinate representation of color #5C93CE: hue angle of 211.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C93CE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB92147206-
CMYK0.550.2900.19
HSL211.05º53.77%58.43%-
HSV(B)211.05º55.34%80.78%-
XYZ25.9927.662.35-
YUV137.28166.7895.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.67%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=20.67%
G=33.03%
B=46.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal921472060.550.2900.19211.0553.7758.43
Hex5C93CE371D013d3363a
Octal13422331667350233236672
Binary101110010010011110011101101111110101001111010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,147,206); }

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

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

 a { background-color: rgb(92,147,206); }

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

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

 span { border-color: rgb(92,147,206); }

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