#535EAC

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

Shades of Rich Blue #535EAC

Tints of Rich Blue #535EAC

Color information

#535EAC (or 0x535EAC) is unknown color: approx Rich Blue. HEX triplet: 53, 5E and AC. RGB value is (83,94,172). Sum of RGB (Red+Green+Blue) = 83+94+172=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #535EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535EAC is #ACA153. Grayscale: #636363. Windows color (decimal): -11313492 or 11296339. OLE color: 11296339.

HSL color Cylindrical-coordinate representation of color #535EAC: hue angle of 232.58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535EAC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8394172-
CMYK0.520.4500.33
HSL232.58º34.9%50%-
HSV(B)232.58º51.74%67.45%-
XYZ15.0212.8240.71-
YUV99.6168.86116.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=23.78%
G=26.93%
B=49.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83941720.520.4500.33232.5834.950
Hex535EAC342D021e92332
Octal12313625464550413514362
Binary1010011101111010101100110100101101010000111101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535EAC; }

 p { color: rgb(83,94,172); }

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

<style>
 a { background-color: #535EAC; }

 a { background-color: rgb(83,94,172); }

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

<style>
 span { border-color: #535EAC; }

 span { border-color: rgb(83,94,172); }

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