#5C84CA

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

Shades of Havelock Blue #5C84CA

Tints of Havelock Blue #5C84CA

Color information

#5C84CA (or 0x5C84CA) is unknown color: approx Havelock Blue. HEX triplet: 5C, 84 and CA. RGB value is (92,132,202). Sum of RGB (Red+Green+Blue) = 92+132+202=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C84CA is #A37B35. Grayscale: #7F7F7F. Windows color (decimal): -10713910 or 13272156. OLE color: 13272156.

HSL color Cylindrical-coordinate representation of color #5C84CA: hue angle of 218.18º 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 #5C84CA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92132202-
CMYK0.540.3500.21
HSL218.18º50.93%57.65%-
HSV(B)218.18º54.46%79.22%-
XYZ23.3323.0459.1-
YUV128.02169.75102.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.60%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=21.60%
G=30.99%
B=47.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921322020.540.3500.21218.1850.9357.65
Hex5C84CA3623015da333a
Octal13420431266430253326372
Binary1011100100001001100101011011010001101010111011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,202); }

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

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

 a { background-color: rgb(92,132,202); }

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

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

 span { border-color: rgb(92,132,202); }

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