#5258AD

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

Shades of Rich Blue #5258AD

Tints of Rich Blue #5258AD

Color information

#5258AD (or 0x5258AD) is unknown color: approx Rich Blue. HEX triplet: 52, 58 and AD. RGB value is (82,88,173). Sum of RGB (Red+Green+Blue) = 82+88+173=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #5258AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5258AD is #ADA752. Grayscale: #5F5F5F. Windows color (decimal): -11380563 or 11360338. OLE color: 11360338.

HSL color Cylindrical-coordinate representation of color #5258AD: hue angle of 236.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 #5258AD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8288173-
CMYK0.530.4900.32
HSL236.04º35.69%50%-
HSV(B)236.04º52.6%67.84%-
XYZ14.5111.7941.05-
YUV95.9171.51118.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=23.91%
G=25.66%
B=50.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82881730.530.4900.32236.0435.6950
Hex5258AD3531020ec2432
Octal12213025565610403544462
Binary1010010101100010101101110101110001010000011101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5258AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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