#5153AC

Color #5153AC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5153AC

Tints of Rich Blue #5153AC

Color information

#5153AC (or 0x5153AC) is unknown color: approx Rich Blue. HEX triplet: 51, 53 and AC. RGB value is (81,83,172). Sum of RGB (Red+Green+Blue) = 81+83+172=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5153AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5153AC is #AEAC53. Grayscale: #5C5C5C. Windows color (decimal): -11447380 or 11293521. OLE color: 11293521.

HSL color Cylindrical-coordinate representation of color #5153AC: hue angle of 238.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5153AC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8183172-
CMYK0.530.5200.33
HSL238.68º35.97%49.61%-
HSV(B)238.68º52.91%67.45%-
XYZ13.9310.9140.4-
YUV92.55172.84119.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=24.11%
G=24.70%
B=51.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81831720.530.5200.33238.6835.9749.61
Hex5153AC3534021ef2432
Octal12112325465640413574462
Binary1010001101001110101100110101110100010000111101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5153AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5153AC; }

 p { color: rgb(81,83,172); }

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

<style>
 a { background-color: #5153AC; }

 a { background-color: rgb(81,83,172); }

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

<style>
 span { border-color: #5153AC; }

 span { border-color: rgb(81,83,172); }

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