Html Css Color HEX #5379CB Havelock Blue

📋 copy color: '#5379CB'

red 83 ◦ green 121 ◦ blue 203

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

Shades of Havelock Blue #5379CB

Tints of Havelock Blue #5379CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 20.39%
G = 29.73%
B = 49.88%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5379CB (or 0x5379CB) is known color: Havelock Blue. HEX triplet: 53, 79 and CB. RGB value is (83,121,203). Sum of RGB (Red+Green+Blue) = 83+121+203=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5379CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379CB is #AC8634. Grayscale: #767676. Windows color (decimal): -11306549 or 13334867. OLE color: 13334867.

HSL color Cylindrical-coordinate representation of color #5379CB: hue angle of 221º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5379CB is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 121 203 -
CMYK 0.59 0.40 0 0.20
HSL 221º 0.54% 0.56% -
HSV(B) 221º 0.59% 0.8% -
XYZ 21.18 19.83 59.21 -
YUV 118.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 83 121 203 0.59 0.40 0 0.20 221 0.54 0.56
Hex 53 79 CB 3B 28 0 14 DD 36 38
Octal 123 171 313 73 50 0 24 335 66 70
Binary 1010011 1111001 11001011 111011 101000 0 10100 11011101 110110 111000

Color Harmonies of #5379CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379CB

Black with #5379CB

Text Example


Text Example

White with #5379CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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