Html Css Color HEX #5A76BA Havelock Blue

📋 copy color: '#5A76BA'

red 90 ◦ green 118 ◦ blue 186

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

Shades of Havelock Blue #5A76BA

Tints of Havelock Blue #5A76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 22.84%
G = 29.95%
B = 47.21%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A76BA (or 0x5A76BA) is known color: Havelock Blue. HEX triplet: 5A, 76 and BA. RGB value is (90,118,186). Sum of RGB (Red+Green+Blue) = 90+118+186=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76BA is #A58945. Grayscale: #757575. Windows color (decimal): -10848582 or 12219994. OLE color: 12219994.

HSL color Cylindrical-coordinate representation of color #5A76BA: hue angle of 222.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 #5A76BA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 118 186 -
CMYK 0.52 0.37 0 0.27
HSL 222.5º 0.41% 0.54% -
HSV(B) 222.5º 0.52% 0.73% -
XYZ 19.56 18.68 49.03 -
YUV 117.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 90 118 186 0.52 0.37 0 0.27 222.5 0.41 0.54
Hex 5A 76 BA 34 25 0 1B DE 29 36
Octal 132 166 272 64 45 0 33 336 51 66
Binary 1011010 1110110 10111010 110100 100101 0 11011 11011110 101001 110110

Color Harmonies of #5A76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76BA

Black with #5A76BA

Text Example


Text Example

White with #5A76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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