Html Css Color HEX #5D79BE Havelock Blue

📋 copy color: '#5D79BE'

red 93 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #5D79BE

Tints of Havelock Blue #5D79BE

RGB

 RED value IS 93 (36.72% from 255) = 23.02%

 GREEN value IS 121 (47.66% from 255) = 29.95%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 23.02%
G = 29.95%
B = 47.03%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D79BE (or 0x5D79BE) is known color: Havelock Blue. HEX triplet: 5D, 79 and BE. RGB value is (93,121,190). Sum of RGB (Red+Green+Blue) = 93+121+190=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D79BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D79BE is #A28641. Grayscale: #787878. Windows color (decimal): -10651202 or 12482909. OLE color: 12482909.

HSL color Cylindrical-coordinate representation of color #5D79BE: hue angle of 222.68º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D79BE is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 121 190 -
CMYK 0.51 0.36 0 0.25
HSL 222.68º 0.43% 0.55% -
HSV(B) 222.68º 0.51% 0.75% -
XYZ 20.65 19.72 51.43 -
YUV 120.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 93 121 190 0.51 0.36 0 0.25 222.68 0.43 0.55
Hex 5D 79 BE 33 24 0 19 DF 2B 37
Octal 135 171 276 63 44 0 31 337 53 67
Binary 1011101 1111001 10111110 110011 100100 0 11001 11011111 101011 110111

Color Harmonies of #5D79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D79BE

Black with #5D79BE

Text Example


Text Example

White with #5D79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,121,190); }

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

background-color css

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

 a { background-color: rgb(93,121,190); }

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

border-color css

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

 span { border-color: rgb(93,121,190); }

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