Html Css Color HEX #5B7ACE Havelock Blue

📋 copy color: '#5B7ACE'

red 91 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #5B7ACE

Tints of Havelock Blue #5B7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

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

R = 21.72%
G = 29.12%
B = 49.16%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B7ACE (or 0x5B7ACE) is known color: Havelock Blue. HEX triplet: 5B, 7A and CE. RGB value is (91,122,206). Sum of RGB (Red+Green+Blue) = 91+122+206=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ACE is #A48531. Grayscale: #797979. Windows color (decimal): -10782002 or 13531739. OLE color: 13531739.

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

Color convert

RGB 91 122 206 -
CMYK 0.56 0.41 0 0.19
HSL 223.83º 0.54% 0.58% -
HSV(B) 223.83º 0.56% 0.81% -
XYZ 22.41 20.6 61.19 -
YUV 122.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 91 122 206 0.56 0.41 0 0.19 223.83 0.54 0.58
Hex 5B 7A CE 38 29 0 13 E0 36 3A
Octal 133 172 316 70 51 0 23 340 66 72
Binary 1011011 1111010 11001110 111000 101001 0 10011 11100000 110110 111010

Color Harmonies of #5B7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ACE

Black with #5B7ACE

Text Example


Text Example

White with #5B7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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