Html Css Color HEX #5373CE Havelock Blue

📋 copy color: '#5373CE'

red 83 ◦ green 115 ◦ blue 206

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

Shades of Havelock Blue #5373CE

Tints of Havelock Blue #5373CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

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

R = 20.54%
G = 28.47%
B = 50.99%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5373CE (or 0x5373CE) is known color: Havelock Blue. HEX triplet: 53, 73 and CE. RGB value is (83,115,206). Sum of RGB (Red+Green+Blue) = 83+115+206=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5373CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373CE is #AC8C31. Grayscale: #737373. Windows color (decimal): -11308082 or 13529939. OLE color: 13529939.

HSL color Cylindrical-coordinate representation of color #5373CE: hue angle of 224.39º 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 #5373CE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 115 206 -
CMYK 0.60 0.44 0 0.19
HSL 224.39º 0.56% 0.57% -
HSV(B) 224.39º 0.6% 0.81% -
XYZ 20.84 18.56 60.88 -
YUV 115.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 83 115 206 0.60 0.44 0 0.19 224.39 0.56 0.57
Hex 53 73 CE 3C 2C 0 13 E0 38 39
Octal 123 163 316 74 54 0 23 340 70 71
Binary 1010011 1110011 11001110 111100 101100 0 10011 11100000 111000 111001

Color Harmonies of #5373CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373CE

Black with #5373CE

Text Example


Text Example

White with #5373CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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