Html Css Color HEX #5A7EBF Havelock Blue

📋 copy color: '#5A7EBF'

red 90 ◦ green 126 ◦ blue 191

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

Shades of Havelock Blue #5A7EBF

Tints of Havelock Blue #5A7EBF

RGB

 RED value IS 90 (35.55% from 255) = 22.11%

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

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

R = 22.11%
G = 30.96%
B = 46.93%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A7EBF (or 0x5A7EBF) is known color: Havelock Blue. HEX triplet: 5A, 7E and BF. RGB value is (90,126,191). Sum of RGB (Red+Green+Blue) = 90+126+191=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A7EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EBF is #A58140. Grayscale: #7A7A7A. Windows color (decimal): -10846529 or 12549722. OLE color: 12549722.

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

Color convert

RGB 90 126 191 -
CMYK 0.53 0.34 0 0.25
HSL 218.61º 0.44% 0.55% -
HSV(B) 218.61º 0.53% 0.75% -
XYZ 21.08 20.86 52.2 -
YUV 122.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 90 126 191 0.53 0.34 0 0.25 218.61 0.44 0.55
Hex 5A 7E BF 35 22 0 19 DB 2C 37
Octal 132 176 277 65 42 0 31 333 54 67
Binary 1011010 1111110 10111111 110101 100010 0 11001 11011011 101100 110111

Color Harmonies of #5A7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7EBF

Black with #5A7EBF

Text Example


Text Example

White with #5A7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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