Html Css Color HEX #5C7DAE Havelock Blue

📋 copy color: '#5C7DAE'

red 92 ◦ green 125 ◦ blue 174

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

Shades of Havelock Blue #5C7DAE

Tints of Havelock Blue #5C7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 23.53%
G = 31.97%
B = 44.5%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C7DAE (or 0x5C7DAE) is known color: Havelock Blue. HEX triplet: 5C, 7D and AE. RGB value is (92,125,174). Sum of RGB (Red+Green+Blue) = 92+125+174=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7DAE is #A38251. Grayscale: #787878. Windows color (decimal): -10715730 or 11435356. OLE color: 11435356.

HSL color Cylindrical-coordinate representation of color #5C7DAE: hue angle of 215.85º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7DAE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 125 174 -
CMYK 0.47 0.28 0 0.32
HSL 215.85º 0.34% 0.52% -
HSV(B) 215.85º 0.47% 0.68% -
XYZ 19.39 20 42.88 -
YUV 120.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 92 125 174 0.47 0.28 0 0.32 215.85 0.34 0.52
Hex 5C 7D AE 2F 1C 0 20 D8 22 34
Octal 134 175 256 57 34 0 40 330 42 64
Binary 1011100 1111101 10101110 101111 11100 0 100000 11011000 100010 110100

Color Harmonies of #5C7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7DAE

Black with #5C7DAE

Text Example


Text Example

White with #5C7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,125,174); }

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

background-color css

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

 a { background-color: rgb(92,125,174); }

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

border-color css

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

 span { border-color: rgb(92,125,174); }

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