#5255AD

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

Shades of Rich Blue #5255AD

Tints of Rich Blue #5255AD

Color information

#5255AD (or 0x5255AD) is unknown color: approx Rich Blue. HEX triplet: 52, 55 and AD. RGB value is (82,85,173). Sum of RGB (Red+Green+Blue) = 82+85+173=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #5255AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5255AD is #ADAA52. Grayscale: #5D5D5D. Windows color (decimal): -11381331 or 11359570. OLE color: 11359570.

HSL color Cylindrical-coordinate representation of color #5255AD: hue angle of 238.02º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5255AD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8285173-
CMYK0.530.5100.32
HSL238.02º35.69%50%-
HSV(B)238.02º52.6%67.84%-
XYZ14.2711.3140.97-
YUV94.14172.51119.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=24.12%
G=25%
B=50.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82851730.530.5100.32238.0235.6950
Hex5255AD3533020ee2432
Octal12212525565630403564462
Binary1010010101010110101101110101110011010000011101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5255AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5255AD; }

 p { color: rgb(82,85,173); }

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

<style>
 a { background-color: #5255AD; }

 a { background-color: rgb(82,85,173); }

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

<style>
 span { border-color: #5255AD; }

 span { border-color: rgb(82,85,173); }

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