Html Css Color HEX #5382CE Havelock Blue

📋 copy color: '#5382CE'

red 83 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #5382CE

Tints of Havelock Blue #5382CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 19.81%
G = 31.03%
B = 49.16%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5382CE (or 0x5382CE) is known color: Havelock Blue. HEX triplet: 53, 82 and CE. RGB value is (83,130,206). Sum of RGB (Red+Green+Blue) = 83+130+206=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #5382CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382CE is #AC7D31. Grayscale: #7C7C7C. Windows color (decimal): -11304242 or 13533779. OLE color: 13533779.

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

Color convert

RGB 83 130 206 -
CMYK 0.60 0.37 0 0.19
HSL 217.07º 0.56% 0.57% -
HSV(B) 217.07º 0.6% 0.81% -
XYZ 22.69 22.26 61.49 -
YUV 124.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 83 130 206 0.60 0.37 0 0.19 217.07 0.56 0.57
Hex 53 82 CE 3C 25 0 13 D9 38 39
Octal 123 202 316 74 45 0 23 331 70 71
Binary 1010011 10000010 11001110 111100 100101 0 10011 11011001 111000 111001

Color Harmonies of #5382CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5382CE

Black with #5382CE

Text Example


Text Example

White with #5382CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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