#535FAC

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

Shades of Rich Blue #535FAC

Tints of Rich Blue #535FAC

Color information

#535FAC (or 0x535FAC) is unknown color: approx Rich Blue. HEX triplet: 53, 5F and AC. RGB value is (83,95,172). Sum of RGB (Red+Green+Blue) = 83+95+172=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #535FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FAC is #ACA053. Grayscale: #636363. Windows color (decimal): -11313236 or 11296595. OLE color: 11296595.

HSL color Cylindrical-coordinate representation of color #535FAC: hue angle of 231.91º 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 #535FAC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8395172-
CMYK0.520.4500.33
HSL231.91º34.9%50%-
HSV(B)231.91º51.74%67.45%-
XYZ15.111340.74-
YUV100.19168.52115.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=23.71%
G=27.14%
B=49.14%

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
Decimal83951720.520.4500.33231.9134.950
Hex535FAC342D021e82332
Octal12313725464550413504362
Binary1010011101111110101100110100101101010000111101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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