Html Css Color HEX #5B7DD5 Havelock Blue

📋 copy color: '#5B7DD5'

red 91 ◦ green 125 ◦ blue 213

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

Shades of Havelock Blue #5B7DD5

Tints of Havelock Blue #5B7DD5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 213 (83.59% from 255) = 49.65%

R = 21.21%
G = 29.14%
B = 49.65%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5B7DD5 (or 0x5B7DD5) is known color: Havelock Blue. HEX triplet: 5B, 7D and D5. RGB value is (91,125,213). Sum of RGB (Red+Green+Blue) = 91+125+213=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #5B7DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DD5 is #A4822A. Grayscale: #7C7C7C. Windows color (decimal): -10781227 or 13991259. OLE color: 13991259.

HSL color Cylindrical-coordinate representation of color #5B7DD5: hue angle of 223.28º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B7DD5 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 125 213 -
CMYK 0.57 0.41 0 0.16
HSL 223.28º 0.59% 0.6% -
HSV(B) 223.28º 0.57% 0.84% -
XYZ 23.66 21.7 65.89 -
YUV 124.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 91 125 213 0.57 0.41 0 0.16 223.28 0.59 0.6
Hex 5B 7D D5 39 29 0 10 DF 3B 3C
Octal 133 175 325 71 51 0 20 337 73 74
Binary 1011011 1111101 11010101 111001 101001 0 10000 11011111 111011 111100

Color Harmonies of #5B7DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7DD5

Black with #5B7DD5

Text Example


Text Example

White with #5B7DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,125,213); }

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

background-color css

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

 a { background-color: rgb(91,125,213); }

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

border-color css

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

 span { border-color: rgb(91,125,213); }

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