Html Css Color HEX #5B7ECF Havelock Blue

📋 copy color: '#5B7ECF'

red 91 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #5B7ECF

Tints of Havelock Blue #5B7ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 21.46%
G = 29.72%
B = 48.82%

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

#5B7ECF (or 0x5B7ECF) is known color: Havelock Blue. HEX triplet: 5B, 7E and CF. RGB value is (91,126,207). Sum of RGB (Red+Green+Blue) = 91+126+207=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ECF is #A48130. Grayscale: #7C7C7C. Windows color (decimal): -10780977 or 13598299. OLE color: 13598299.

HSL color Cylindrical-coordinate representation of color #5B7ECF: hue angle of 221.9º degrees, saturation: 0.55, 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 #5B7ECF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 126 207 -
CMYK 0.56 0.39 0 0.19
HSL 221.9º 0.55% 0.58% -
HSV(B) 221.9º 0.56% 0.81% -
XYZ 23.04 21.65 62 -
YUV 124.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 91 126 207 0.56 0.39 0 0.19 221.9 0.55 0.58
Hex 5B 7E CF 38 27 0 13 DE 37 3A
Octal 133 176 317 70 47 0 23 336 67 72
Binary 1011011 1111110 11001111 111000 100111 0 10011 11011110 110111 111010

Color Harmonies of #5B7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ECF

Black with #5B7ECF

Text Example


Text Example

White with #5B7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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