Html Css Color HEX #5E7FCA Havelock Blue

📋 copy color: '#5E7FCA'

red 94 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #5E7FCA

Tints of Havelock Blue #5E7FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 22.22%
G = 30.02%
B = 47.75%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E7FCA (or 0x5E7FCA) is known color: Havelock Blue. HEX triplet: 5E, 7F and CA. RGB value is (94,127,202). Sum of RGB (Red+Green+Blue) = 94+127+202=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E7FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FCA is #A18035. Grayscale: #7D7D7D. Windows color (decimal): -10584118 or 13270878. OLE color: 13270878.

HSL color Cylindrical-coordinate representation of color #5E7FCA: hue angle of 221.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E7FCA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 127 202 -
CMYK 0.53 0.37 0 0.21
HSL 221.67º 0.5% 0.58% -
HSV(B) 221.67º 0.53% 0.79% -
XYZ 22.87 21.82 58.88 -
YUV 125.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 94 127 202 0.53 0.37 0 0.21 221.67 0.5 0.58
Hex 5E 7F CA 35 25 0 15 DE 32 3A
Octal 136 177 312 65 45 0 25 336 62 72
Binary 1011110 1111111 11001010 110101 100101 0 10101 11011110 110010 111010

Color Harmonies of #5E7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FCA

Black with #5E7FCA

Text Example


Text Example

White with #5E7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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