Html Css Color HEX #5782BD Havelock Blue

📋 copy color: '#5782BD'

red 87 ◦ green 130 ◦ blue 189

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

Shades of Havelock Blue #5782BD

Tints of Havelock Blue #5782BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 21.43%
G = 32.02%
B = 46.55%

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

#5782BD (or 0x5782BD) is known color: Havelock Blue. HEX triplet: 57, 82 and BD. RGB value is (87,130,189). Sum of RGB (Red+Green+Blue) = 87+130+189=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #5782BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782BD is #A87D42. Grayscale: #7B7B7B. Windows color (decimal): -11042115 or 12419671. OLE color: 12419671.

HSL color Cylindrical-coordinate representation of color #5782BD: hue angle of 214.71º 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 #5782BD is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 130 189 -
CMYK 0.54 0.31 0 0.26
HSL 214.71º 0.44% 0.54% -
HSV(B) 214.71º 0.54% 0.74% -
XYZ 21.1 21.67 51.21 -
YUV 123.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 87 130 189 0.54 0.31 0 0.26 214.71 0.44 0.54
Hex 57 82 BD 36 1F 0 1A D7 2C 36
Octal 127 202 275 66 37 0 32 327 54 66
Binary 1010111 10000010 10111101 110110 11111 0 11010 11010111 101100 110110

Color Harmonies of #5782BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5782BD

Black with #5782BD

Text Example


Text Example

White with #5782BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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