Html Css Color HEX #5C7EBF Havelock Blue

📋 copy color: '#5C7EBF'

red 92 ◦ green 126 ◦ blue 191

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

Shades of Havelock Blue #5C7EBF

Tints of Havelock Blue #5C7EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 22.49%
G = 30.81%
B = 46.7%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C7EBF (or 0x5C7EBF) is known color: Havelock Blue. HEX triplet: 5C, 7E and BF. RGB value is (92,126,191). Sum of RGB (Red+Green+Blue) = 92+126+191=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C7EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7EBF is #A38140. Grayscale: #7A7A7A. Windows color (decimal): -10715457 or 12549724. OLE color: 12549724.

HSL color Cylindrical-coordinate representation of color #5C7EBF: hue angle of 219.39º degrees, saturation: 0.44, 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 #5C7EBF is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 126 191 -
CMYK 0.52 0.34 0 0.25
HSL 219.39º 0.44% 0.55% -
HSV(B) 219.39º 0.52% 0.75% -
XYZ 21.28 20.96 52.21 -
YUV 123.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 92 126 191 0.52 0.34 0 0.25 219.39 0.44 0.55
Hex 5C 7E BF 34 22 0 19 DB 2C 37
Octal 134 176 277 64 42 0 31 333 54 67
Binary 1011100 1111110 10111111 110100 100010 0 11001 11011011 101100 110111

Color Harmonies of #5C7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7EBF

Black with #5C7EBF

Text Example


Text Example

White with #5C7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,126,191); }

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

background-color css

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

 a { background-color: rgb(92,126,191); }

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

border-color css

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

 span { border-color: rgb(92,126,191); }

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