Html Css Color HEX #5B81CC Havelock Blue

📋 copy color: '#5B81CC'

red 91 ◦ green 129 ◦ blue 204

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

Shades of Havelock Blue #5B81CC

Tints of Havelock Blue #5B81CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 21.46%
G = 30.42%
B = 48.11%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B81CC (or 0x5B81CC) is known color: Havelock Blue. HEX triplet: 5B, 81 and CC. RGB value is (91,129,204). Sum of RGB (Red+Green+Blue) = 91+129+204=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B81CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B81CC is #A47E33. Grayscale: #7D7D7D. Windows color (decimal): -10780212 or 13402459. OLE color: 13402459.

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

Color convert

RGB 91 129 204 -
CMYK 0.55 0.37 0 0.2
HSL 219.82º 0.53% 0.58% -
HSV(B) 219.82º 0.55% 0.8% -
XYZ 23.06 22.28 60.21 -
YUV 126.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 91 129 204 0.55 0.37 0 0.2 219.82 0.53 0.58
Hex 5B 81 CC 37 25 0 14 DC 35 3A
Octal 133 201 314 67 45 0 24 334 65 72
Binary 1011011 10000001 11001100 110111 100101 0 10100 11011100 110101 111010

Color Harmonies of #5B81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B81CC

Black with #5B81CC

Text Example


Text Example

White with #5B81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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