Html Css Color HEX #5385DB Havelock Blue

📋 copy color: '#5385DB'

red 83 ◦ green 133 ◦ blue 219

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

Shades of Havelock Blue #5385DB

Tints of Havelock Blue #5385DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.57%

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

R = 19.08%
G = 30.57%
B = 50.34%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5385DB (or 0x5385DB) is known color: Havelock Blue. HEX triplet: 53, 85 and DB. RGB value is (83,133,219). Sum of RGB (Red+Green+Blue) = 83+133+219=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5385DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385DB is #AC7A24. Grayscale: #7F7F7F. Windows color (decimal): -11303461 or 14386515. OLE color: 14386515.

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

Color convert

RGB 83 133 219 -
CMYK 0.62 0.39 0 0.14
HSL 217.94º 0.65% 0.59% -
HSV(B) 217.94º 0.62% 0.86% -
XYZ 24.74 23.73 70.29 -
YUV 127.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 83 133 219 0.62 0.39 0 0.14 217.94 0.65 0.59
Hex 53 85 DB 3E 27 0 E DA 41 3B
Octal 123 205 333 76 47 0 16 332 101 73
Binary 1010011 10000101 11011011 111110 100111 0 1110 11011010 1000001 111011

Color Harmonies of #5385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385DB

Black with #5385DB

Text Example


Text Example

White with #5385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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