#535EBA

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

Shades of Rich Blue #535EBA

Tints of Rich Blue #535EBA

Color information

#535EBA (or 0x535EBA) is unknown color: approx Rich Blue. HEX triplet: 53, 5E and BA. RGB value is (83,94,186). Sum of RGB (Red+Green+Blue) = 83+94+186=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #535EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EBA is #ACA145. Grayscale: #646464. Windows color (decimal): -11313478 or 12213843. OLE color: 12213843.

HSL color Cylindrical-coordinate representation of color #535EBA: hue angle of 233.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535EBA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8394186-
CMYK0.550.4900.27
HSL233.59º42.74%52.75%-
HSV(B)233.59º55.38%72.94%-
XYZ16.4313.3948.17-
YUV101.2175.86115.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=22.87%
G=25.90%
B=51.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83941860.550.4900.27233.5942.7452.75
Hex535EBA373101Bea2b35
Octal12313627267610333525365
Binary101001110111101011101011011111000101101111101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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