Html Css Color HEX #5483BC Havelock Blue

📋 copy color: '#5483BC'

red 84 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #5483BC

Tints of Havelock Blue #5483BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 20.84%
G = 32.51%
B = 46.65%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5483BC (or 0x5483BC) is known color: Havelock Blue. HEX triplet: 54, 83 and BC. RGB value is (84,131,188). Sum of RGB (Red+Green+Blue) = 84+131+188=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5483BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483BC is #AB7C43. Grayscale: #7B7B7B. Windows color (decimal): -11238468 or 12354388. OLE color: 12354388.

HSL color Cylindrical-coordinate representation of color #5483BC: hue angle of 212.88º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5483BC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 131 188 -
CMYK 0.55 0.30 0 0.26
HSL 212.88º 0.44% 0.53% -
HSV(B) 212.88º 0.55% 0.74% -
XYZ 20.85 21.75 50.68 -
YUV 123.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 84 131 188 0.55 0.30 0 0.26 212.88 0.44 0.53
Hex 54 83 BC 37 1E 0 1A D5 2C 35
Octal 124 203 274 67 36 0 32 325 54 65
Binary 1010100 10000011 10111100 110111 11110 0 11010 11010101 101100 110101

Color Harmonies of #5483BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483BC

Black with #5483BC

Text Example


Text Example

White with #5483BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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