Html Css Color HEX #5B7ECA Havelock Blue

📋 copy color: '#5B7ECA'

red 91 ◦ green 126 ◦ blue 202

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

Shades of Havelock Blue #5B7ECA

Tints of Havelock Blue #5B7ECA

RGB

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

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

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

R = 21.72%
G = 30.07%
B = 48.21%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B7ECA (or 0x5B7ECA) is known color: Havelock Blue. HEX triplet: 5B, 7E and CA. RGB value is (91,126,202). Sum of RGB (Red+Green+Blue) = 91+126+202=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B7ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ECA is #A48135. Grayscale: #7B7B7B. Windows color (decimal): -10780982 or 13270619. OLE color: 13270619.

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

Color convert

RGB 91 126 202 -
CMYK 0.55 0.38 0 0.21
HSL 221.08º 0.51% 0.57% -
HSV(B) 221.08º 0.55% 0.79% -
XYZ 22.44 21.41 58.83 -
YUV 124.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 91 126 202 0.55 0.38 0 0.21 221.08 0.51 0.57
Hex 5B 7E CA 37 26 0 15 DD 33 39
Octal 133 176 312 67 46 0 25 335 63 71
Binary 1011011 1111110 11001010 110111 100110 0 10101 11011101 110011 111001

Color Harmonies of #5B7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ECA

Black with #5B7ECA

Text Example


Text Example

White with #5B7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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