Html Css Color HEX #5183CD Havelock Blue

📋 copy color: '#5183CD'

red 81 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #5183CD

Tints of Havelock Blue #5183CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 19.42%
G = 31.41%
B = 49.16%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5183CD (or 0x5183CD) is known color: Havelock Blue. HEX triplet: 51, 83 and CD. RGB value is (81,131,205). Sum of RGB (Red+Green+Blue) = 81+131+205=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #5183CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183CD is #AE7C32. Grayscale: #7C7C7C. Windows color (decimal): -11435059 or 13468497. OLE color: 13468497.

HSL color Cylindrical-coordinate representation of color #5183CD: hue angle of 215.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5183CD is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 131 205 -
CMYK 0.60 0.36 0 0.20
HSL 215.81º 0.55% 0.56% -
HSV(B) 215.81º 0.6% 0.8% -
XYZ 22.53 22.39 60.89 -
YUV 124.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 81 131 205 0.60 0.36 0 0.20 215.81 0.55 0.56
Hex 51 83 CD 3C 24 0 14 D8 37 38
Octal 121 203 315 74 44 0 24 330 67 70
Binary 1010001 10000011 11001101 111100 100100 0 10100 11011000 110111 111000

Color Harmonies of #5183CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5183CD

Black with #5183CD

Text Example


Text Example

White with #5183CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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