Html Css Color HEX #5A81BE Havelock Blue

📋 copy color: '#5A81BE'

red 90 ◦ green 129 ◦ blue 190

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

Shades of Havelock Blue #5A81BE

Tints of Havelock Blue #5A81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 22%
G = 31.54%
B = 46.45%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A81BE (or 0x5A81BE) is known color: Havelock Blue. HEX triplet: 5A, 81 and BE. RGB value is (90,129,190). Sum of RGB (Red+Green+Blue) = 90+129+190=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A81BE is #A57E41. Grayscale: #7C7C7C. Windows color (decimal): -10845762 or 12484954. OLE color: 12484954.

HSL color Cylindrical-coordinate representation of color #5A81BE: hue angle of 216.6º degrees, saturation: 0.43, 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 #5A81BE is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 129 190 -
CMYK 0.53 0.32 0 0.25
HSL 216.6º 0.43% 0.55% -
HSV(B) 216.6º 0.53% 0.75% -
XYZ 21.36 21.59 51.76 -
YUV 124.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 90 129 190 0.53 0.32 0 0.25 216.6 0.43 0.55
Hex 5A 81 BE 35 20 0 19 D9 2B 37
Octal 132 201 276 65 40 0 31 331 53 67
Binary 1011010 10000001 10111110 110101 100000 0 11001 11011001 101011 110111

Color Harmonies of #5A81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A81BE

Black with #5A81BE

Text Example


Text Example

White with #5A81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,129,190); }

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

background-color css

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

 a { background-color: rgb(90,129,190); }

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

border-color css

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

 span { border-color: rgb(90,129,190); }

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