#5255AB

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

Shades of Rich Blue #5255AB

Tints of Rich Blue #5255AB

Color information

#5255AB (or 0x5255AB) is unknown color: approx Rich Blue. HEX triplet: 52, 55 and AB. RGB value is (82,85,171). Sum of RGB (Red+Green+Blue) = 82+85+171=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5255AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5255AB is #ADAA54. Grayscale: #5D5D5D. Windows color (decimal): -11381333 or 11228498. OLE color: 11228498.

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

Color convert

RGB8285171-
CMYK0.520.5000.33
HSL237.98º35.18%49.61%-
HSV(B)237.98º52.05%67.06%-
XYZ14.0811.2339.95-
YUV93.91171.51119.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=24.26%
G=25.15%
B=50.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82851710.520.5000.33237.9835.1849.61
Hex5255AB3432021ee2332
Octal12212525364620413564362
Binary1010010101010110101011110100110010010000111101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5255AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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