Html Css Color HEX #5C7ABE Havelock Blue

📋 copy color: '#5C7ABE'

red 92 ◦ green 122 ◦ blue 190

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

Shades of Havelock Blue #5C7ABE

Tints of Havelock Blue #5C7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 22.77%
G = 30.2%
B = 47.03%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C7ABE (or 0x5C7ABE) is known color: Havelock Blue. HEX triplet: 5C, 7A and BE. RGB value is (92,122,190). Sum of RGB (Red+Green+Blue) = 92+122+190=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ABE is #A38541. Grayscale: #787878. Windows color (decimal): -10716482 or 12483164. OLE color: 12483164.

HSL color Cylindrical-coordinate representation of color #5C7ABE: hue angle of 221.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C7ABE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 122 190 -
CMYK 0.52 0.36 0 0.25
HSL 221.63º 0.43% 0.55% -
HSV(B) 221.63º 0.52% 0.75% -
XYZ 20.67 19.91 51.47 -
YUV 120.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 92 122 190 0.52 0.36 0 0.25 221.63 0.43 0.55
Hex 5C 7A BE 34 24 0 19 DE 2B 37
Octal 134 172 276 64 44 0 31 336 53 67
Binary 1011100 1111010 10111110 110100 100100 0 11001 11011110 101011 110111

Color Harmonies of #5C7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7ABE

Black with #5C7ABE

Text Example


Text Example

White with #5C7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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