#535DAD

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

Shades of Rich Blue #535DAD

Tints of Rich Blue #535DAD

Color information

#535DAD (or 0x535DAD) is unknown color: approx Rich Blue. HEX triplet: 53, 5D and AD. RGB value is (83,93,173). Sum of RGB (Red+Green+Blue) = 83+93+173=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #535DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAD is #ACA252. Grayscale: #626262. Windows color (decimal): -11313747 or 11361619. OLE color: 11361619.

HSL color Cylindrical-coordinate representation of color #535DAD: hue angle of 233.33º degrees, saturation: 0.35, 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 #535DAD is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8393173-
CMYK0.520.4600.32
HSL233.33º35.43%50.2%-
HSV(B)233.33º52.02%67.84%-
XYZ15.0212.6841.19-
YUV99.13169.69116.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=23.78%
G=26.65%
B=49.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83931730.520.4600.32233.3335.4350.2
Hex535DAD342E020e92332
Octal12313525564560403514362
Binary1010011101110110101101110100101110010000011101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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