Html Css Color HEX #5B7ECE Havelock Blue

📋 copy color: '#5B7ECE'

red 91 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #5B7ECE

Tints of Havelock Blue #5B7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 21.51%
G = 29.79%
B = 48.7%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B7ECE (or 0x5B7ECE) is known color: Havelock Blue. HEX triplet: 5B, 7E and CE. RGB value is (91,126,206). Sum of RGB (Red+Green+Blue) = 91+126+206=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ECE is #A48131. Grayscale: #7C7C7C. Windows color (decimal): -10780978 or 13532763. OLE color: 13532763.

HSL color Cylindrical-coordinate representation of color #5B7ECE: hue angle of 221.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B7ECE is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 126 206 -
CMYK 0.56 0.39 0 0.19
HSL 221.74º 0.54% 0.58% -
HSV(B) 221.74º 0.56% 0.81% -
XYZ 22.92 21.6 61.35 -
YUV 124.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 91 126 206 0.56 0.39 0 0.19 221.74 0.54 0.58
Hex 5B 7E CE 38 27 0 13 DE 36 3A
Octal 133 176 316 70 47 0 23 336 66 72
Binary 1011011 1111110 11001110 111000 100111 0 10011 11011110 110110 111010

Color Harmonies of #5B7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ECE

Black with #5B7ECE

Text Example


Text Example

White with #5B7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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