Html Css Color HEX #5C87CD Havelock Blue

📋 copy color: '#5C87CD'

red 92 ◦ green 135 ◦ blue 205

#5C87CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5C87CD

Tints of Havelock Blue #5C87CD

RGB

 RED value IS 92 (36.33% from 255) = 21.3%

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 21.3%
G = 31.25%
B = 47.45%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C87CD (or 0x5C87CD) is known color: Havelock Blue. HEX triplet: 5C, 87 and CD. RGB value is (92,135,205). Sum of RGB (Red+Green+Blue) = 92+135+205=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C87CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C87CD is #A37832. Grayscale: #818181. Windows color (decimal): -10713139 or 13469532. OLE color: 13469532.

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

Color convert

RGB 92 135 205 -
CMYK 0.55 0.34 0 0.20
HSL 217.17º 0.53% 0.58% -
HSV(B) 217.17º 0.55% 0.8% -
XYZ 24.1 24.01 61.12 -
YUV 130.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 92 135 205 0.55 0.34 0 0.20 217.17 0.53 0.58
Hex 5C 87 CD 37 22 0 14 D9 35 3A
Octal 134 207 315 67 42 0 24 331 65 72
Binary 1011100 10000111 11001101 110111 100010 0 10100 11011001 110101 111010

Color Harmonies of #5C87CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C87CD

Black with #5C87CD

Text Example


Text Example

White with #5C87CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C87CD;
 }
 .AnyTagClassName
 {
   color: #5C87CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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