#5183CC

Color #5183CC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5183CC

Tints of Havelock Blue #5183CC

Color information

#5183CC (or 0x5183CC) is unknown color: approx Havelock Blue. HEX triplet: 51, 83 and CC. RGB value is (81,131,204). Sum of RGB (Red+Green+Blue) = 81+131+204=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #5183CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183CC is #AE7C33. Grayscale: #7C7C7C. Windows color (decimal): -11435060 or 13402961. OLE color: 13402961.

HSL color Cylindrical-coordinate representation of color #5183CC: hue angle of 215.61º 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 #5183CC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81131204-
CMYK0.600.3600.2
HSL215.61º54.67%55.88%-
HSV(B)215.61º60.29%80%-
XYZ22.4122.3460.26-
YUV124.37172.9497.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=19.47%
G=31.49%
B=49.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811312040.600.3600.2215.6154.6755.88
Hex5183CC3C24014d83738
Octal12120331474440243306770
Binary1010001100000111100110011110010010001010011011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5183CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5183CC;
 }
 .AnyTagClassName
 {
   color: #5183CC;
 }
</style>
background-color css

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

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

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

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

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

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