Html Css Color HEX #5A84BF Havelock Blue

📋 copy color: '#5A84BF'

red 90 ◦ green 132 ◦ blue 191

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

Shades of Havelock Blue #5A84BF

Tints of Havelock Blue #5A84BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 21.79%
G = 31.96%
B = 46.25%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A84BF (or 0x5A84BF) is known color: Havelock Blue. HEX triplet: 5A, 84 and BF. RGB value is (90,132,191). Sum of RGB (Red+Green+Blue) = 90+132+191=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A84BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A84BF is #A57B40. Grayscale: #7D7D7D. Windows color (decimal): -10844993 or 12551258. OLE color: 12551258.

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

Color convert

RGB 90 132 191 -
CMYK 0.53 0.31 0 0.25
HSL 215.05º 0.44% 0.55% -
HSV(B) 215.05º 0.53% 0.75% -
XYZ 21.87 22.44 52.47 -
YUV 126.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 90 132 191 0.53 0.31 0 0.25 215.05 0.44 0.55
Hex 5A 84 BF 35 1F 0 19 D7 2C 37
Octal 132 204 277 65 37 0 31 327 54 67
Binary 1011010 10000100 10111111 110101 11111 0 11001 11010111 101100 110111

Color Harmonies of #5A84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A84BF

Black with #5A84BF

Text Example


Text Example

White with #5A84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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