Html Css Color HEX #5C7BAE Havelock Blue

📋 copy color: '#5C7BAE'

red 92 ◦ green 123 ◦ blue 174

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

Shades of Havelock Blue #5C7BAE

Tints of Havelock Blue #5C7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

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

R = 23.65%
G = 31.62%
B = 44.73%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C7BAE (or 0x5C7BAE) is known color: Havelock Blue. HEX triplet: 5C, 7B and AE. RGB value is (92,123,174). Sum of RGB (Red+Green+Blue) = 92+123+174=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7BAE is #A38451. Grayscale: #777777. Windows color (decimal): -10716242 or 11434844. OLE color: 11434844.

HSL color Cylindrical-coordinate representation of color #5C7BAE: hue angle of 217.32º 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 #5C7BAE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 123 174 -
CMYK 0.47 0.29 0 0.32
HSL 217.32º 0.34% 0.52% -
HSV(B) 217.32º 0.47% 0.68% -
XYZ 19.14 19.5 42.8 -
YUV 119.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 92 123 174 0.47 0.29 0 0.32 217.32 0.34 0.52
Hex 5C 7B AE 2F 1D 0 20 D9 22 34
Octal 134 173 256 57 35 0 40 331 42 64
Binary 1011100 1111011 10101110 101111 11101 0 100000 11011001 100010 110100

Color Harmonies of #5C7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7BAE

Black with #5C7BAE

Text Example


Text Example

White with #5C7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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