Html Css Color HEX #5B7ECB Havelock Blue

📋 copy color: '#5B7ECB'

red 91 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #5B7ECB

Tints of Havelock Blue #5B7ECB

RGB

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

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

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

R = 21.67%
G = 30%
B = 48.33%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B7ECB (or 0x5B7ECB) is known color: Havelock Blue. HEX triplet: 5B, 7E and CB. RGB value is (91,126,203). Sum of RGB (Red+Green+Blue) = 91+126+203=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B7ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ECB is #A48134. Grayscale: #7B7B7B. Windows color (decimal): -10780981 or 13336155. OLE color: 13336155.

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

Color convert

RGB 91 126 203 -
CMYK 0.55 0.38 0 0.20
HSL 221.25º 0.52% 0.58% -
HSV(B) 221.25º 0.55% 0.8% -
XYZ 22.55 21.46 59.45 -
YUV 124.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 91 126 203 0.55 0.38 0 0.20 221.25 0.52 0.58
Hex 5B 7E CB 37 26 0 14 DD 34 3A
Octal 133 176 313 67 46 0 24 335 64 72
Binary 1011011 1111110 11001011 110111 100110 0 10100 11011101 110100 111010

Color Harmonies of #5B7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ECB

Black with #5B7ECB

Text Example


Text Example

White with #5B7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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