Html Css Color HEX #5374CE Havelock Blue

📋 copy color: '#5374CE'

red 83 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #5374CE

Tints of Havelock Blue #5374CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

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

R = 20.49%
G = 28.64%
B = 50.86%

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

#5374CE (or 0x5374CE) is known color: Havelock Blue. HEX triplet: 53, 74 and CE. RGB value is (83,116,206). Sum of RGB (Red+Green+Blue) = 83+116+206=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #5374CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5374CE is #AC8B31. Grayscale: #747474. Windows color (decimal): -11307826 or 13530195. OLE color: 13530195.

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

Color convert

RGB 83 116 206 -
CMYK 0.60 0.44 0 0.19
HSL 223.9º 0.56% 0.57% -
HSV(B) 223.9º 0.6% 0.81% -
XYZ 20.95 18.79 60.91 -
YUV 116.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 83 116 206 0.60 0.44 0 0.19 223.9 0.56 0.57
Hex 53 74 CE 3C 2C 0 13 E0 38 39
Octal 123 164 316 74 54 0 23 340 70 71
Binary 1010011 1110100 11001110 111100 101100 0 10011 11100000 111000 111001

Color Harmonies of #5374CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5374CE

Black with #5374CE

Text Example


Text Example

White with #5374CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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