#535DA5

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

Shades of Rich Blue #535DA5

Tints of Rich Blue #535DA5

Color information

#535DA5 (or 0x535DA5) is unknown color: approx Rich Blue. HEX triplet: 53, 5D and A5. RGB value is (83,93,165). Sum of RGB (Red+Green+Blue) = 83+93+165=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #535DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DA5 is #ACA25A. Grayscale: #616161. Windows color (decimal): -11313755 or 10837331. OLE color: 10837331.

HSL color Cylindrical-coordinate representation of color #535DA5: hue angle of 232.68º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #535DA5 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8393165-
CMYK0.500.4400.35
HSL232.68º33.06%48.63%-
HSV(B)232.68º49.7%64.71%-
XYZ14.2712.3837.24-
YUV98.22165.69117.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 165 (64.84% from 255) = 48.39%
R=24.34%
G=27.27%
B=48.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83931650.500.4400.35232.6833.0648.63
Hex535DA5322C023e92131
Octal12313524562540433514161
Binary1010011101110110100101110010101100010001111101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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