Html Css Color HEX #5A80B4 Havelock Blue

📋 copy color: '#5A80B4'

red 90 ◦ green 128 ◦ blue 180

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

Shades of Havelock Blue #5A80B4

Tints of Havelock Blue #5A80B4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 180 (70.7% from 255) = 45.23%

R = 22.61%
G = 32.16%
B = 45.23%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A80B4 (or 0x5A80B4) is known color: Havelock Blue. HEX triplet: 5A, 80 and B4. RGB value is (90,128,180). Sum of RGB (Red+Green+Blue) = 90+128+180=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A80B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80B4 is #A57F4B. Grayscale: #7A7A7A. Windows color (decimal): -10846028 or 11829338. OLE color: 11829338.

HSL color Cylindrical-coordinate representation of color #5A80B4: hue angle of 214.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A80B4 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 128 180 -
CMYK 0.50 0.29 0 0.29
HSL 214.67º 0.38% 0.53% -
HSV(B) 214.67º 0.5% 0.71% -
XYZ 20.17 20.91 46.15 -
YUV 122.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 90 128 180 0.50 0.29 0 0.29 214.67 0.38 0.53
Hex 5A 80 B4 32 1D 0 1D D7 26 35
Octal 132 200 264 62 35 0 35 327 46 65
Binary 1011010 10000000 10110100 110010 11101 0 11101 11010111 100110 110101

Color Harmonies of #5A80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A80B4

Black with #5A80B4

Text Example


Text Example

White with #5A80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,128,180); }

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

background-color css

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

 a { background-color: rgb(90,128,180); }

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

border-color css

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

 span { border-color: rgb(90,128,180); }

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