Html Css Color HEX #5183DD Havelock Blue

📋 copy color: '#5183DD'

red 81 ◦ green 131 ◦ blue 221

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

Shades of Havelock Blue #5183DD

Tints of Havelock Blue #5183DD

RGB

 RED value IS 81 (32.03% from 255) = 18.71%

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 18.71%
G = 30.25%
B = 51.04%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5183DD (or 0x5183DD) is known color: Havelock Blue. HEX triplet: 51, 83 and DD. RGB value is (81,131,221). Sum of RGB (Red+Green+Blue) = 81+131+221=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #5183DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183DD is #AE7C22. Grayscale: #7D7D7D. Windows color (decimal): -11435043 or 14517073. OLE color: 14517073.

HSL color Cylindrical-coordinate representation of color #5183DD: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5183DD is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 131 221 -
CMYK 0.63 0.41 0 0.13
HSL 218.57º 0.67% 0.59% -
HSV(B) 218.57º 0.63% 0.87% -
XYZ 24.56 23.2 71.59 -
YUV 126.31 181.44 95.68 -
System Red Green Blue C M Y K H S L
Decimal 81 131 221 0.63 0.41 0 0.13 218.57 0.67 0.59
Hex 51 83 DD 3F 29 0 D DB 43 3B
Octal 121 203 335 77 51 0 15 333 103 73
Binary 1010001 10000011 11011101 111111 101001 0 1101 11011011 1000011 111011

Color Harmonies of #5183DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5183DD

Black with #5183DD

Text Example


Text Example

White with #5183DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5183DD; }

 p { color: rgb(81,131,221); }

 H1.HeaderClassName
 {
   color: #5183DD;
 }
 .AnyTagClassName
 {
   color: #5183DD;
 }
</style>

background-color css

<style>
 a { background-color: #5183DD; }

 a { background-color: rgb(81,131,221); }

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

border-color css

<style>
 span { border-color: #5183DD; }

 span { border-color: rgb(81,131,221); }

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