Html Css Color HEX #5783DB Havelock Blue

📋 copy color: '#5783DB'

red 87 ◦ green 131 ◦ blue 219

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

Shades of Havelock Blue #5783DB

Tints of Havelock Blue #5783DB

RGB

 RED value IS 87 (34.38% from 255) = 19.91%

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

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

R = 19.91%
G = 29.98%
B = 50.11%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5783DB (or 0x5783DB) is known color: Havelock Blue. HEX triplet: 57, 83 and DB. RGB value is (87,131,219). Sum of RGB (Red+Green+Blue) = 87+131+219=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #5783DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783DB is #A87C24. Grayscale: #7F7F7F. Windows color (decimal): -11041829 or 14386007. OLE color: 14386007.

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

Color convert

RGB 87 131 219 -
CMYK 0.60 0.40 0 0.14
HSL 220º 0.65% 0.6% -
HSV(B) 220º 0.6% 0.86% -
XYZ 24.83 23.37 70.22 -
YUV 127.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 87 131 219 0.60 0.40 0 0.14 220 0.65 0.6
Hex 57 83 DB 3C 28 0 E DC 41 3C
Octal 127 203 333 74 50 0 16 334 101 74
Binary 1010111 10000011 11011011 111100 101000 0 1110 11011100 1000001 111100

Color Harmonies of #5783DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783DB

Black with #5783DB

Text Example


Text Example

White with #5783DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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