#5D52B6

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

Shades of Rich Blue #5D52B6

Tints of Rich Blue #5D52B6

Color information

#5D52B6 (or 0x5D52B6) is unknown color: approx Rich Blue. HEX triplet: 5D, 52 and B6. RGB value is (93,82,182). Sum of RGB (Red+Green+Blue) = 93+82+182=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #5D52B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52B6 is #A2AD49. Grayscale: #606060. Windows color (decimal): -10661194 or 11948637. OLE color: 11948637.

HSL color Cylindrical-coordinate representation of color #5D52B6: hue angle of 246.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D52B6 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9382182-
CMYK0.490.5500.29
HSL246.6º40.65%51.76%-
HSV(B)246.6º54.95%71.37%-
XYZ15.9711.7445.68-
YUV96.69176.14125.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.05%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=26.05%
G=22.97%
B=50.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93821820.490.5500.29246.640.6551.76
Hex5D52B6313701Df72934
Octal13512226661670353675164
Binary101110110100101011011011000111011101110111110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D52B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D52B6; }

 p { color: rgb(93,82,182); }

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

<style>
 a { background-color: #5D52B6; }

 a { background-color: rgb(93,82,182); }

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

<style>
 span { border-color: #5D52B6; }

 span { border-color: rgb(93,82,182); }

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