Html Css Color HEX #5782BE Havelock Blue

📋 copy color: '#5782BE'

red 87 ◦ green 130 ◦ blue 190

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

Shades of Havelock Blue #5782BE

Tints of Havelock Blue #5782BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 21.38%
G = 31.94%
B = 46.68%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5782BE (or 0x5782BE) is known color: Havelock Blue. HEX triplet: 57, 82 and BE. RGB value is (87,130,190). Sum of RGB (Red+Green+Blue) = 87+130+190=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5782BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782BE is #A87D41. Grayscale: #7B7B7B. Windows color (decimal): -11042114 or 12485207. OLE color: 12485207.

HSL color Cylindrical-coordinate representation of color #5782BE: hue angle of 214.95º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5782BE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 130 190 -
CMYK 0.54 0.32 0 0.25
HSL 214.95º 0.44% 0.54% -
HSV(B) 214.95º 0.54% 0.75% -
XYZ 21.21 21.71 51.79 -
YUV 123.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 87 130 190 0.54 0.32 0 0.25 214.95 0.44 0.54
Hex 57 82 BE 36 20 0 19 D7 2C 36
Octal 127 202 276 66 40 0 31 327 54 66
Binary 1010111 10000010 10111110 110110 100000 0 11001 11010111 101100 110110

Color Harmonies of #5782BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5782BE

Black with #5782BE

Text Example


Text Example

White with #5782BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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