#535DB3

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

Shades of Rich Blue #535DB3

Tints of Rich Blue #535DB3

Color information

#535DB3 (or 0x535DB3) is unknown color: approx Rich Blue. HEX triplet: 53, 5D and B3. RGB value is (83,93,179). Sum of RGB (Red+Green+Blue) = 83+93+179=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #535DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DB3 is #ACA24C. Grayscale: #636363. Windows color (decimal): -11313741 or 11754835. OLE color: 11754835.

HSL color Cylindrical-coordinate representation of color #535DB3: hue angle of 233.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535DB3 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8393179-
CMYK0.540.4800.30
HSL233.75º38.71%51.37%-
HSV(B)233.75º53.63%70.2%-
XYZ15.6212.9244.32-
YUV99.81172.69116.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=23.38%
G=26.20%
B=50.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83931790.540.4800.30233.7538.7151.37
Hex535DB3363001Eea2733
Octal12313526366600363524763
Binary101001110111011011001111011011000001111011101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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