Html Css Color HEX #5A7EBA Havelock Blue

📋 copy color: '#5A7EBA'

red 90 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #5A7EBA

Tints of Havelock Blue #5A7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 22.39%
G = 31.34%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A7EBA (or 0x5A7EBA) is known color: Havelock Blue. HEX triplet: 5A, 7E and BA. RGB value is (90,126,186). Sum of RGB (Red+Green+Blue) = 90+126+186=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EBA is #A58145. Grayscale: #797979. Windows color (decimal): -10846534 or 12222042. OLE color: 12222042.

HSL color Cylindrical-coordinate representation of color #5A7EBA: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7EBA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 126 186 -
CMYK 0.52 0.32 0 0.27
HSL 217.5º 0.41% 0.54% -
HSV(B) 217.5º 0.52% 0.73% -
XYZ 20.54 20.64 49.36 -
YUV 122.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 90 126 186 0.52 0.32 0 0.27 217.5 0.41 0.54
Hex 5A 7E BA 34 20 0 1B DA 29 36
Octal 132 176 272 64 40 0 33 332 51 66
Binary 1011010 1111110 10111010 110100 100000 0 11011 11011010 101001 110110

Color Harmonies of #5A7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7EBA

Black with #5A7EBA

Text Example


Text Example

White with #5A7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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