Html Css Color HEX #5783BD Havelock Blue

📋 copy color: '#5783BD'

red 87 ◦ green 131 ◦ blue 189

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

Shades of Havelock Blue #5783BD

Tints of Havelock Blue #5783BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 21.38%
G = 32.19%
B = 46.44%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5783BD (or 0x5783BD) is known color: Havelock Blue. HEX triplet: 57, 83 and BD. RGB value is (87,131,189). Sum of RGB (Red+Green+Blue) = 87+131+189=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5783BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783BD is #A87C42. Grayscale: #7C7C7C. Windows color (decimal): -11041859 or 12419927. OLE color: 12419927.

HSL color Cylindrical-coordinate representation of color #5783BD: hue angle of 214.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5783BD is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 131 189 -
CMYK 0.54 0.31 0 0.26
HSL 214.12º 0.44% 0.54% -
HSV(B) 214.12º 0.54% 0.74% -
XYZ 21.23 21.93 51.26 -
YUV 124.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 87 131 189 0.54 0.31 0 0.26 214.12 0.44 0.54
Hex 57 83 BD 36 1F 0 1A D6 2C 36
Octal 127 203 275 66 37 0 32 326 54 66
Binary 1010111 10000011 10111101 110110 11111 0 11010 11010110 101100 110110

Color Harmonies of #5783BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783BD

Black with #5783BD

Text Example


Text Example

White with #5783BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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