Html Css Color HEX #5382DB Havelock Blue

📋 copy color: '#5382DB'

red 83 ◦ green 130 ◦ blue 219

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

Shades of Havelock Blue #5382DB

Tints of Havelock Blue #5382DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 19.21%
G = 30.09%
B = 50.69%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5382DB (or 0x5382DB) is known color: Havelock Blue. HEX triplet: 53, 82 and DB. RGB value is (83,130,219). Sum of RGB (Red+Green+Blue) = 83+130+219=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #5382DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382DB is #AC7D24. Grayscale: #7D7D7D. Windows color (decimal): -11304229 or 14385747. OLE color: 14385747.

HSL color Cylindrical-coordinate representation of color #5382DB: hue angle of 219.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5382DB is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 130 219 -
CMYK 0.62 0.41 0 0.14
HSL 219.26º 0.65% 0.59% -
HSV(B) 219.26º 0.62% 0.86% -
XYZ 24.34 22.92 70.16 -
YUV 126.09 180.43 97.26 -
System Red Green Blue C M Y K H S L
Decimal 83 130 219 0.62 0.41 0 0.14 219.26 0.65 0.59
Hex 53 82 DB 3E 29 0 E DB 41 3B
Octal 123 202 333 76 51 0 16 333 101 73
Binary 1010011 10000010 11011011 111110 101001 0 1110 11011011 1000001 111011

Color Harmonies of #5382DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5382DB

Black with #5382DB

Text Example


Text Example

White with #5382DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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