#5C82CB

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

Shades of Havelock Blue #5C82CB

Tints of Havelock Blue #5C82CB

Color information

#5C82CB (or 0x5C82CB) is unknown color: approx Havelock Blue. HEX triplet: 5C, 82 and CB. RGB value is (92,130,203). Sum of RGB (Red+Green+Blue) = 92+130+203=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C82CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C82CB is #A37D34. Grayscale: #7E7E7E. Windows color (decimal): -10714421 or 13337180. OLE color: 13337180.

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

Color convert

RGB92130203-
CMYK0.550.3600.20
HSL219.46º51.63%57.84%-
HSV(B)219.46º54.68%79.61%-
XYZ23.1822.5559.63-
YUV126.96170.91103.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.65%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=21.65%
G=30.59%
B=47.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921302030.550.3600.20219.4651.6357.84
Hex5C82CB3724014db343a
Octal13420231367440243336472
Binary1011100100000101100101111011110010001010011011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,130,203); }

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

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

 a { background-color: rgb(92,130,203); }

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

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

 span { border-color: rgb(92,130,203); }

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