Html Css Color HEX #5483B7 Havelock Blue

📋 copy color: '#5483B7'

red 84 ◦ green 131 ◦ blue 183

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

Shades of Havelock Blue #5483B7

Tints of Havelock Blue #5483B7

RGB

 RED value IS 84 (33.2% from 255) = 21.11%

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

 BLUE value IS 183 (71.88% from 255) = 45.98%

R = 21.11%
G = 32.91%
B = 45.98%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5483B7 (or 0x5483B7) is known color: Havelock Blue. HEX triplet: 54, 83 and B7. RGB value is (84,131,183). Sum of RGB (Red+Green+Blue) = 84+131+183=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #5483B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483B7 is #AB7C48. Grayscale: #7A7A7A. Windows color (decimal): -11238473 or 12026708. OLE color: 12026708.

HSL color Cylindrical-coordinate representation of color #5483B7: hue angle of 211.52º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5483B7 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 131 183 -
CMYK 0.54 0.28 0 0.28
HSL 211.52º 0.41% 0.52% -
HSV(B) 211.52º 0.54% 0.72% -
XYZ 20.32 21.54 47.89 -
YUV 122.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 84 131 183 0.54 0.28 0 0.28 211.52 0.41 0.52
Hex 54 83 B7 36 1C 0 1C D4 29 34
Octal 124 203 267 66 34 0 34 324 51 64
Binary 1010100 10000011 10110111 110110 11100 0 11100 11010100 101001 110100

Color Harmonies of #5483B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483B7

Black with #5483B7

Text Example


Text Example

White with #5483B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5483B7; }

 p { color: rgb(84,131,183); }

 H1.HeaderClassName
 {
   color: #5483B7;
 }
 .AnyTagClassName
 {
   color: #5483B7;
 }
</style>

background-color css

<style>
 a { background-color: #5483B7; }

 a { background-color: rgb(84,131,183); }

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

border-color css

<style>
 span { border-color: #5483B7; }

 span { border-color: rgb(84,131,183); }

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