Html Css Color HEX #5A82CA Havelock Blue

📋 copy color: '#5A82CA'

red 90 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #5A82CA

Tints of Havelock Blue #5A82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 21.33%
G = 30.81%
B = 47.87%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A82CA (or 0x5A82CA) is known color: Havelock Blue. HEX triplet: 5A, 82 and CA. RGB value is (90,130,202). Sum of RGB (Red+Green+Blue) = 90+130+202=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A82CA is #A57D35. Grayscale: #7D7D7D. Windows color (decimal): -10845494 or 13271642. OLE color: 13271642.

HSL color Cylindrical-coordinate representation of color #5A82CA: hue angle of 218.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A82CA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 130 202 -
CMYK 0.55 0.36 0 0.21
HSL 218.57º 0.51% 0.57% -
HSV(B) 218.57º 0.55% 0.79% -
XYZ 22.86 22.4 59 -
YUV 126.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 90 130 202 0.55 0.36 0 0.21 218.57 0.51 0.57
Hex 5A 82 CA 37 24 0 15 DB 33 39
Octal 132 202 312 67 44 0 25 333 63 71
Binary 1011010 10000010 11001010 110111 100100 0 10101 11011011 110011 111001

Color Harmonies of #5A82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A82CA

Black with #5A82CA

Text Example


Text Example

White with #5A82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,202); }

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

background-color css

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

 a { background-color: rgb(90,130,202); }

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

border-color css

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

 span { border-color: rgb(90,130,202); }

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