#535EB5

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

Shades of Rich Blue #535EB5

Tints of Rich Blue #535EB5

Color information

#535EB5 (or 0x535EB5) is unknown color: approx Rich Blue. HEX triplet: 53, 5E and B5. RGB value is (83,94,181). Sum of RGB (Red+Green+Blue) = 83+94+181=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #535EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EB5 is #ACA14A. Grayscale: #646464. Windows color (decimal): -11313483 or 11886163. OLE color: 11886163.

HSL color Cylindrical-coordinate representation of color #535EB5: hue angle of 233.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535EB5 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8394181-
CMYK0.540.4800.29
HSL233.27º39.84%51.76%-
HSV(B)233.27º54.14%70.98%-
XYZ15.9113.1845.42-
YUV100.63173.36115.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 181 (71.09% from 255) = 50.56%
R=23.18%
G=26.26%
B=50.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83941810.540.4800.29233.2739.8451.76
Hex535EB5363001De92834
Octal12313626566600353515064
Binary101001110111101011010111011011000001110111101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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