#5255AE

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

Shades of Rich Blue #5255AE

Tints of Rich Blue #5255AE

Color information

#5255AE (or 0x5255AE) is unknown color: approx Rich Blue. HEX triplet: 52, 55 and AE. RGB value is (82,85,174). Sum of RGB (Red+Green+Blue) = 82+85+174=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #5255AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5255AE is #ADAA51. Grayscale: #5D5D5D. Windows color (decimal): -11381330 or 11425106. OLE color: 11425106.

HSL color Cylindrical-coordinate representation of color #5255AE: hue angle of 238.04º 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 #5255AE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8285174-
CMYK0.530.5100.32
HSL238.04º36.22%50.2%-
HSV(B)238.04º52.87%68.24%-
XYZ14.3711.3541.48-
YUV94.25173.01119.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=24.05%
G=24.93%
B=51.03%

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
Decimal82851740.530.5100.32238.0436.2250.2
Hex5255AE3533020ee2432
Octal12212525665630403564462
Binary1010010101010110101110110101110011010000011101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5255AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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