#535EAF

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

Shades of Rich Blue #535EAF

Tints of Rich Blue #535EAF

Color information

#535EAF (or 0x535EAF) is unknown color: approx Rich Blue. HEX triplet: 53, 5E and AF. RGB value is (83,94,175). Sum of RGB (Red+Green+Blue) = 83+94+175=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #535EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535EAF is #ACA150. Grayscale: #636363. Windows color (decimal): -11313489 or 11492947. OLE color: 11492947.

HSL color Cylindrical-coordinate representation of color #535EAF: hue angle of 232.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535EAF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8394175-
CMYK0.530.4600.31
HSL232.83º36.51%50.59%-
HSV(B)232.83º52.57%68.63%-
XYZ15.3112.9442.25-
YUV99.94170.36115.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=23.58%
G=26.70%
B=49.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83941750.530.4600.31232.8336.5150.59
Hex535EAF352E01Fe92533
Octal12313625765560373514563
Binary101001110111101010111111010110111001111111101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,94,175); }

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

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

 a { background-color: rgb(83,94,175); }

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

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

 span { border-color: rgb(83,94,175); }

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