#5C93CD

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

Shades of Picton Blue #5C93CD

Tints of Picton Blue #5C93CD

Color information

#5C93CD (or 0x5C93CD) is unknown color: approx Picton Blue. HEX triplet: 5C, 93 and CD. RGB value is (92,147,205). Sum of RGB (Red+Green+Blue) = 92+147+205=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C93CD is #A36C32. Grayscale: #888888. Windows color (decimal): -10710067 or 13472604. OLE color: 13472604.

HSL color Cylindrical-coordinate representation of color #5C93CD: hue angle of 210.8º 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 #5C93CD is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92147205-
CMYK0.550.2800.20
HSL210.8º53.05%58.24%-
HSV(B)210.8º55.12%80.39%-
XYZ25.8727.5561.71-
YUV137.17166.2895.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.72%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=20.72%
G=33.11%
B=46.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921472050.550.2800.20210.853.0558.24
Hex5C93CD371C014d3353a
Octal13422331567340243236572
Binary101110010010011110011011101111110001010011010011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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