Html Css Color HEX #5B81CA Havelock Blue

📋 copy color: '#5B81CA'

red 91 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #5B81CA

Tints of Havelock Blue #5B81CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 21.56%
G = 30.57%
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

#5B81CA (or 0x5B81CA) is known color: Havelock Blue. HEX triplet: 5B, 81 and CA. RGB value is (91,129,202). Sum of RGB (Red+Green+Blue) = 91+129+202=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 129 (50.78% from 255 or 30.57% 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 #5B81CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B81CA is #A47E35. Grayscale: #7D7D7D. Windows color (decimal): -10780214 or 13271387. OLE color: 13271387.

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

Color convert

RGB 91 129 202 -
CMYK 0.55 0.36 0 0.21
HSL 219.46º 0.51% 0.57% -
HSV(B) 219.46º 0.55% 0.79% -
XYZ 22.83 22.19 58.96 -
YUV 125.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 91 129 202 0.55 0.36 0 0.21 219.46 0.51 0.57
Hex 5B 81 CA 37 24 0 15 DB 33 39
Octal 133 201 312 67 44 0 25 333 63 71
Binary 1011011 10000001 11001010 110111 100100 0 10101 11011011 110011 111001

Color Harmonies of #5B81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B81CA

Black with #5B81CA

Text Example


Text Example

White with #5B81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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