Html Css Color HEX #5B84CB Havelock Blue

📋 copy color: '#5B84CB'

red 91 ◦ green 132 ◦ blue 203

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

Shades of Havelock Blue #5B84CB

Tints of Havelock Blue #5B84CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 21.36%
G = 30.99%
B = 47.65%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B84CB (or 0x5B84CB) is known color: Havelock Blue. HEX triplet: 5B, 84 and CB. RGB value is (91,132,203). Sum of RGB (Red+Green+Blue) = 91+132+203=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B84CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B84CB is #A47B34. Grayscale: #7F7F7F. Windows color (decimal): -10779445 or 13337691. OLE color: 13337691.

HSL color Cylindrical-coordinate representation of color #5B84CB: hue angle of 218.04º degrees, saturation: 0.52, 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 #5B84CB is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 132 203 -
CMYK 0.55 0.35 0 0.20
HSL 218.04º 0.52% 0.58% -
HSV(B) 218.04º 0.55% 0.8% -
XYZ 23.35 23.04 59.72 -
YUV 127.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 91 132 203 0.55 0.35 0 0.20 218.04 0.52 0.58
Hex 5B 84 CB 37 23 0 14 DA 34 3A
Octal 133 204 313 67 43 0 24 332 64 72
Binary 1011011 10000100 11001011 110111 100011 0 10100 11011010 110100 111010

Color Harmonies of #5B84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B84CB

Black with #5B84CB

Text Example


Text Example

White with #5B84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,132,203); }

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

background-color css

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

 a { background-color: rgb(91,132,203); }

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

border-color css

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

 span { border-color: rgb(91,132,203); }

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