Html Css Color HEX #5A84CD Havelock Blue

📋 copy color: '#5A84CD'

red 90 ◦ green 132 ◦ blue 205

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

Shades of Havelock Blue #5A84CD

Tints of Havelock Blue #5A84CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 21.08%
G = 30.91%
B = 48.01%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A84CD (or 0x5A84CD) is known color: Havelock Blue. HEX triplet: 5A, 84 and CD. RGB value is (90,132,205). Sum of RGB (Red+Green+Blue) = 90+132+205=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A84CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A84CD is #A57B32. Grayscale: #7F7F7F. Windows color (decimal): -10844979 or 13468762. OLE color: 13468762.

HSL color Cylindrical-coordinate representation of color #5A84CD: hue angle of 218.09º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A84CD is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 132 205 -
CMYK 0.56 0.36 0 0.20
HSL 218.09º 0.53% 0.58% -
HSV(B) 218.09º 0.56% 0.8% -
XYZ 23.49 23.08 60.98 -
YUV 127.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 90 132 205 0.56 0.36 0 0.20 218.09 0.53 0.58
Hex 5A 84 CD 38 24 0 14 DA 35 3A
Octal 132 204 315 70 44 0 24 332 65 72
Binary 1011010 10000100 11001101 111000 100100 0 10100 11011010 110101 111010

Color Harmonies of #5A84CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A84CD

Black with #5A84CD

Text Example


Text Example

White with #5A84CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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