Html Css Color HEX #5783BE Havelock Blue

📋 copy color: '#5783BE'

red 87 ◦ green 131 ◦ blue 190

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

Shades of Havelock Blue #5783BE

Tints of Havelock Blue #5783BE

RGB

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

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

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

R = 21.32%
G = 32.11%
B = 46.57%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5783BE (or 0x5783BE) is known color: Havelock Blue. HEX triplet: 57, 83 and BE. RGB value is (87,131,190). Sum of RGB (Red+Green+Blue) = 87+131+190=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #5783BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783BE is #A87C41. Grayscale: #7C7C7C. Windows color (decimal): -11041858 or 12485463. OLE color: 12485463.

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

Color convert

RGB 87 131 190 -
CMYK 0.54 0.31 0 0.25
HSL 214.37º 0.44% 0.54% -
HSV(B) 214.37º 0.54% 0.75% -
XYZ 21.34 21.98 51.83 -
YUV 124.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 87 131 190 0.54 0.31 0 0.25 214.37 0.44 0.54
Hex 57 83 BE 36 1F 0 19 D6 2C 36
Octal 127 203 276 66 37 0 31 326 54 66
Binary 1010111 10000011 10111110 110110 11111 0 11001 11010110 101100 110110

Color Harmonies of #5783BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783BE

Black with #5783BE

Text Example


Text Example

White with #5783BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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