Html Css Color HEX #5B82CA Havelock Blue

📋 copy color: '#5B82CA'

red 91 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #5B82CA

Tints of Havelock Blue #5B82CA

RGB

 RED value IS 91 (35.94% from 255) = 21.51%

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

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

R = 21.51%
G = 30.73%
B = 47.75%

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

#5B82CA (or 0x5B82CA) is known color: Havelock Blue. HEX triplet: 5B, 82 and CA. RGB value is (91,130,202). Sum of RGB (Red+Green+Blue) = 91+130+202=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B82CA is #A47D35. Grayscale: #7E7E7E. Windows color (decimal): -10779958 or 13271643. OLE color: 13271643.

HSL color Cylindrical-coordinate representation of color #5B82CA: hue angle of 218.92º 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 #5B82CA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 130 202 -
CMYK 0.55 0.36 0 0.21
HSL 218.92º 0.51% 0.57% -
HSV(B) 218.92º 0.55% 0.79% -
XYZ 22.96 22.45 59 -
YUV 126.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 91 130 202 0.55 0.36 0 0.21 218.92 0.51 0.57
Hex 5B 82 CA 37 24 0 15 DB 33 39
Octal 133 202 312 67 44 0 25 333 63 71
Binary 1011011 10000010 11001010 110111 100100 0 10101 11011011 110011 111001

Color Harmonies of #5B82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B82CA

Black with #5B82CA

Text Example


Text Example

White with #5B82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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