Html Css Color HEX #5B7ECC Havelock Blue

📋 copy color: '#5B7ECC'

red 91 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #5B7ECC

Tints of Havelock Blue #5B7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

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

R = 21.62%
G = 29.93%
B = 48.46%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B7ECC (or 0x5B7ECC) is known color: Havelock Blue. HEX triplet: 5B, 7E and CC. RGB value is (91,126,204). Sum of RGB (Red+Green+Blue) = 91+126+204=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ECC is #A48133. Grayscale: #7C7C7C. Windows color (decimal): -10780980 or 13401691. OLE color: 13401691.

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

Color convert

RGB 91 126 204 -
CMYK 0.55 0.38 0 0.2
HSL 221.42º 0.53% 0.58% -
HSV(B) 221.42º 0.55% 0.8% -
XYZ 22.67 21.51 60.08 -
YUV 124.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 91 126 204 0.55 0.38 0 0.2 221.42 0.53 0.58
Hex 5B 7E CC 37 26 0 14 DD 35 3A
Octal 133 176 314 67 46 0 24 335 65 72
Binary 1011011 1111110 11001100 110111 100110 0 10100 11011101 110101 111010

Color Harmonies of #5B7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ECC

Black with #5B7ECC

Text Example


Text Example

White with #5B7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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