Html Css Color HEX #5E7FC0 Havelock Blue

📋 copy color: '#5E7FC0'

red 94 ◦ green 127 ◦ blue 192

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

Shades of Havelock Blue #5E7FC0

Tints of Havelock Blue #5E7FC0

RGB

 RED value IS 94 (37.11% from 255) = 22.76%

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 22.76%
G = 30.75%
B = 46.49%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E7FC0 (or 0x5E7FC0) is known color: Havelock Blue. HEX triplet: 5E, 7F and C0. RGB value is (94,127,192). Sum of RGB (Red+Green+Blue) = 94+127+192=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E7FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FC0 is #A1803F. Grayscale: #7C7C7C. Windows color (decimal): -10584128 or 12615518. OLE color: 12615518.

HSL color Cylindrical-coordinate representation of color #5E7FC0: hue angle of 219.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E7FC0 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 127 192 -
CMYK 0.51 0.34 0 0.25
HSL 219.8º 0.44% 0.56% -
HSV(B) 219.8º 0.51% 0.75% -
XYZ 21.72 21.36 52.85 -
YUV 124.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 94 127 192 0.51 0.34 0 0.25 219.8 0.44 0.56
Hex 5E 7F C0 33 22 0 19 DC 2C 38
Octal 136 177 300 63 42 0 31 334 54 70
Binary 1011110 1111111 11000000 110011 100010 0 11001 11011100 101100 111000

Color Harmonies of #5E7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FC0

Black with #5E7FC0

Text Example


Text Example

White with #5E7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,192); }

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

background-color css

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

 a { background-color: rgb(94,127,192); }

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

border-color css

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

 span { border-color: rgb(94,127,192); }

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