#535CAE

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

Shades of Rich Blue #535CAE

Tints of Rich Blue #535CAE

Color information

#535CAE (or 0x535CAE) is unknown color: approx Rich Blue. HEX triplet: 53, 5C and AE. RGB value is (83,92,174). Sum of RGB (Red+Green+Blue) = 83+92+174=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #535CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CAE is #ACA351. Grayscale: #626262. Windows color (decimal): -11314002 or 11426899. OLE color: 11426899.

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

Color convert

RGB8392174-
CMYK0.520.4700.32
HSL234.07º35.97%50.39%-
HSV(B)234.07º52.3%68.24%-
XYZ15.0312.5541.67-
YUV98.66170.52116.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=23.78%
G=26.36%
B=49.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83921740.520.4700.32234.0735.9750.39
Hex535CAE342F020ea2432
Octal12313425664570403524462
Binary1010011101110010101110110100101111010000011101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,92,174); }

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

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

 a { background-color: rgb(83,92,174); }

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

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

 span { border-color: rgb(83,92,174); }

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