Html Css Color HEX #5379CE Havelock Blue

📋 copy color: '#5379CE'

red 83 ◦ green 121 ◦ blue 206

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

Shades of Havelock Blue #5379CE

Tints of Havelock Blue #5379CE

RGB

 RED value IS 83 (32.81% from 255) = 20.24%

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

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

R = 20.24%
G = 29.51%
B = 50.24%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5379CE (or 0x5379CE) is known color: Havelock Blue. HEX triplet: 53, 79 and CE. RGB value is (83,121,206). Sum of RGB (Red+Green+Blue) = 83+121+206=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #5379CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379CE is #AC8631. Grayscale: #767676. Windows color (decimal): -11306546 or 13531475. OLE color: 13531475.

HSL color Cylindrical-coordinate representation of color #5379CE: hue angle of 221.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5379CE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 121 206 -
CMYK 0.60 0.41 0 0.19
HSL 221.46º 0.56% 0.57% -
HSV(B) 221.46º 0.6% 0.81% -
XYZ 21.55 19.97 61.11 -
YUV 119.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 83 121 206 0.60 0.41 0 0.19 221.46 0.56 0.57
Hex 53 79 CE 3C 29 0 13 DD 38 39
Octal 123 171 316 74 51 0 23 335 70 71
Binary 1010011 1111001 11001110 111100 101001 0 10011 11011101 111000 111001

Color Harmonies of #5379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379CE

Black with #5379CE

Text Example


Text Example

White with #5379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5379CE; }

 p { color: rgb(83,121,206); }

 H1.HeaderClassName
 {
   color: #5379CE;
 }
 .AnyTagClassName
 {
   color: #5379CE;
 }
</style>

background-color css

<style>
 a { background-color: #5379CE; }

 a { background-color: rgb(83,121,206); }

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

border-color css

<style>
 span { border-color: #5379CE; }

 span { border-color: rgb(83,121,206); }

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