#5356AA

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

Shades of Rich Blue #5356AA

Tints of Rich Blue #5356AA

Color information

#5356AA (or 0x5356AA) is unknown color: approx Rich Blue. HEX triplet: 53, 56 and AA. RGB value is (83,86,170). Sum of RGB (Red+Green+Blue) = 83+86+170=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #5356AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5356AA is #ACA955. Grayscale: #5E5E5E. Windows color (decimal): -11315542 or 11163219. OLE color: 11163219.

HSL color Cylindrical-coordinate representation of color #5356AA: hue angle of 237.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5356AA is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8386170-
CMYK0.510.4900.33
HSL237.93º34.39%49.61%-
HSV(B)237.93º51.18%66.67%-
XYZ14.1511.439.48-
YUV94.68170.51119.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=24.48%
G=25.37%
B=50.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83861700.510.4900.33237.9334.3949.61
Hex5356AA3331021ee2232
Octal12312625263610413564262
Binary1010011101011010101010110011110001010000111101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5356AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5356AA; }

 p { color: rgb(83,86,170); }

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

<style>
 a { background-color: #5356AA; }

 a { background-color: rgb(83,86,170); }

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

<style>
 span { border-color: #5356AA; }

 span { border-color: rgb(83,86,170); }

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