Html Css Color HEX #5380DB Havelock Blue

📋 copy color: '#5380DB'

red 83 ◦ green 128 ◦ blue 219

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

Shades of Havelock Blue #5380DB

Tints of Havelock Blue #5380DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 19.3%
G = 29.77%
B = 50.93%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5380DB (or 0x5380DB) is known color: Havelock Blue. HEX triplet: 53, 80 and DB. RGB value is (83,128,219). Sum of RGB (Red+Green+Blue) = 83+128+219=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #5380DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380DB is #AC7F24. Grayscale: #7C7C7C. Windows color (decimal): -11304741 or 14385235. OLE color: 14385235.

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

Color convert

RGB 83 128 219 -
CMYK 0.62 0.42 0 0.14
HSL 220.15º 0.65% 0.59% -
HSV(B) 220.15º 0.62% 0.86% -
XYZ 24.07 22.39 70.07 -
YUV 124.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 83 128 219 0.62 0.42 0 0.14 220.15 0.65 0.59
Hex 53 80 DB 3E 2A 0 E DC 41 3B
Octal 123 200 333 76 52 0 16 334 101 73
Binary 1010011 10000000 11011011 111110 101010 0 1110 11011100 1000001 111011

Color Harmonies of #5380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380DB

Black with #5380DB

Text Example


Text Example

White with #5380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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