Html Css Color HEX #5A84BA Havelock Blue

📋 copy color: '#5A84BA'

red 90 ◦ green 132 ◦ blue 186

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

Shades of Havelock Blue #5A84BA

Tints of Havelock Blue #5A84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

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

R = 22.06%
G = 32.35%
B = 45.59%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A84BA (or 0x5A84BA) is known color: Havelock Blue. HEX triplet: 5A, 84 and BA. RGB value is (90,132,186). Sum of RGB (Red+Green+Blue) = 90+132+186=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A84BA is #A57B45. Grayscale: #7D7D7D. Windows color (decimal): -10844998 or 12223578. OLE color: 12223578.

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

Color convert

RGB 90 132 186 -
CMYK 0.52 0.29 0 0.27
HSL 213.75º 0.41% 0.54% -
HSV(B) 213.75º 0.52% 0.73% -
XYZ 21.33 22.22 49.62 -
YUV 125.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 90 132 186 0.52 0.29 0 0.27 213.75 0.41 0.54
Hex 5A 84 BA 34 1D 0 1B D6 29 36
Octal 132 204 272 64 35 0 33 326 51 66
Binary 1011010 10000100 10111010 110100 11101 0 11011 11010110 101001 110110

Color Harmonies of #5A84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A84BA

Black with #5A84BA

Text Example


Text Example

White with #5A84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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