#5D53B4

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

Shades of Rich Blue #5D53B4

Tints of Rich Blue #5D53B4

Color information

#5D53B4 (or 0x5D53B4) is unknown color: approx Rich Blue. HEX triplet: 5D, 53 and B4. RGB value is (93,83,180). Sum of RGB (Red+Green+Blue) = 93+83+180=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D53B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D53B4 is #A2AC4B. Grayscale: #606060. Windows color (decimal): -10660940 or 11817821. OLE color: 11817821.

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

Color convert

RGB9383180-
CMYK0.480.5400.29
HSL246.19º39.27%51.57%-
HSV(B)246.19º53.89%70.59%-
XYZ15.8511.8144.62-
YUV97.05174.81125.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=26.12%
G=23.31%
B=50.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93831800.480.5400.29246.1939.2751.57
Hex5D53B4303601Df62734
Octal13512326460660353664764
Binary101110110100111011010011000011011001110111110110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D53B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,83,180); }

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

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

 a { background-color: rgb(93,83,180); }

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

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

 span { border-color: rgb(93,83,180); }

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