Html Css Color HEX #5B7ACC Havelock Blue

📋 copy color: '#5B7ACC'

red 91 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #5B7ACC

Tints of Havelock Blue #5B7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 21.82%
G = 29.26%
B = 48.92%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B7ACC (or 0x5B7ACC) is known color: Havelock Blue. HEX triplet: 5B, 7A and CC. RGB value is (91,122,204). Sum of RGB (Red+Green+Blue) = 91+122+204=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ACC is #A48533. Grayscale: #797979. Windows color (decimal): -10782004 or 13400667. OLE color: 13400667.

HSL color Cylindrical-coordinate representation of color #5B7ACC: hue angle of 223.54º degrees, saturation: 0.53, 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 #5B7ACC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 122 204 -
CMYK 0.55 0.40 0 0.2
HSL 223.54º 0.53% 0.58% -
HSV(B) 223.54º 0.55% 0.8% -
XYZ 22.17 20.5 59.92 -
YUV 122.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 91 122 204 0.55 0.40 0 0.2 223.54 0.53 0.58
Hex 5B 7A CC 37 28 0 14 E0 35 3A
Octal 133 172 314 67 50 0 24 340 65 72
Binary 1011011 1111010 11001100 110111 101000 0 10100 11100000 110101 111010

Color Harmonies of #5B7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7ACC

Black with #5B7ACC

Text Example


Text Example

White with #5B7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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