Html Css Color HEX #5483CF Havelock Blue

📋 copy color: '#5483CF'

red 84 ◦ green 131 ◦ blue 207

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

Shades of Havelock Blue #5483CF

Tints of Havelock Blue #5483CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 19.91%
G = 31.04%
B = 49.05%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5483CF (or 0x5483CF) is known color: Havelock Blue. HEX triplet: 54, 83 and CF. RGB value is (84,131,207). Sum of RGB (Red+Green+Blue) = 84+131+207=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #5483CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483CF is #AB7C30. Grayscale: #7D7D7D. Windows color (decimal): -11238449 or 13599572. OLE color: 13599572.

HSL color Cylindrical-coordinate representation of color #5483CF: hue angle of 217.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5483CF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 131 207 -
CMYK 0.59 0.37 0 0.19
HSL 217.07º 0.56% 0.57% -
HSV(B) 217.07º 0.59% 0.81% -
XYZ 23.03 22.62 62.18 -
YUV 125.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 84 131 207 0.59 0.37 0 0.19 217.07 0.56 0.57
Hex 54 83 CF 3B 25 0 13 D9 38 39
Octal 124 203 317 73 45 0 23 331 70 71
Binary 1010100 10000011 11001111 111011 100101 0 10011 11011001 111000 111001

Color Harmonies of #5483CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483CF

Black with #5483CF

Text Example


Text Example

White with #5483CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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