Html Css Color HEX #5383DB Havelock Blue

📋 copy color: '#5383DB'

red 83 ◦ green 131 ◦ blue 219

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

Shades of Havelock Blue #5383DB

Tints of Havelock Blue #5383DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

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

R = 19.17%
G = 30.25%
B = 50.58%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5383DB (or 0x5383DB) is known color: Havelock Blue. HEX triplet: 53, 83 and DB. RGB value is (83,131,219). Sum of RGB (Red+Green+Blue) = 83+131+219=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #5383DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383DB is #AC7C24. Grayscale: #7E7E7E. Windows color (decimal): -11303973 or 14386003. OLE color: 14386003.

HSL color Cylindrical-coordinate representation of color #5383DB: hue angle of 218.82º 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 #5383DB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 131 219 -
CMYK 0.62 0.40 0 0.14
HSL 218.82º 0.65% 0.59% -
HSV(B) 218.82º 0.62% 0.86% -
XYZ 24.47 23.19 70.2 -
YUV 126.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 83 131 219 0.62 0.40 0 0.14 218.82 0.65 0.59
Hex 53 83 DB 3E 28 0 E DB 41 3B
Octal 123 203 333 76 50 0 16 333 101 73
Binary 1010011 10000011 11011011 111110 101000 0 1110 11011011 1000001 111011

Color Harmonies of #5383DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383DB

Black with #5383DB

Text Example


Text Example

White with #5383DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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