Html Css Color HEX #5C7AAC Havelock Blue

📋 copy color: '#5C7AAC'

red 92 ◦ green 122 ◦ blue 172

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

Shades of Havelock Blue #5C7AAC

Tints of Havelock Blue #5C7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 23.83%
G = 31.61%
B = 44.56%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C7AAC (or 0x5C7AAC) is known color: Havelock Blue. HEX triplet: 5C, 7A and AC. RGB value is (92,122,172). Sum of RGB (Red+Green+Blue) = 92+122+172=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7AAC is #A38553. Grayscale: #767676. Windows color (decimal): -10716500 or 11303516. OLE color: 11303516.

HSL color Cylindrical-coordinate representation of color #5C7AAC: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7AAC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 122 172 -
CMYK 0.47 0.29 0 0.33
HSL 217.5º 0.33% 0.52% -
HSV(B) 217.5º 0.47% 0.67% -
XYZ 18.82 19.17 41.74 -
YUV 118.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 92 122 172 0.47 0.29 0 0.33 217.5 0.33 0.52
Hex 5C 7A AC 2F 1D 0 21 DA 21 34
Octal 134 172 254 57 35 0 41 332 41 64
Binary 1011100 1111010 10101100 101111 11101 0 100001 11011010 100001 110100

Color Harmonies of #5C7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7AAC

Black with #5C7AAC

Text Example


Text Example

White with #5C7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,122,172); }

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

background-color css

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

 a { background-color: rgb(92,122,172); }

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

border-color css

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

 span { border-color: rgb(92,122,172); }

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