#5356AE

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

Shades of Rich Blue #5356AE

Tints of Rich Blue #5356AE

Color information

#5356AE (or 0x5356AE) is unknown color: approx Rich Blue. HEX triplet: 53, 56 and AE. RGB value is (83,86,174). Sum of RGB (Red+Green+Blue) = 83+86+174=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5356AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5356AE is #ACA951. Grayscale: #5E5E5E. Windows color (decimal): -11315538 or 11425363. OLE color: 11425363.

HSL color Cylindrical-coordinate representation of color #5356AE: hue angle of 238.02º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5356AE is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8386174-
CMYK0.520.5100.32
HSL238.02º35.97%50.39%-
HSV(B)238.02º52.3%68.24%-
XYZ14.5411.5541.51-
YUV95.14172.51119.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=24.20%
G=25.07%
B=50.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83861740.520.5100.32238.0235.9750.39
Hex5356AE3433020ee2432
Octal12312625664630403564462
Binary1010011101011010101110110100110011010000011101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5356AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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