#535EB9

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

Shades of Rich Blue #535EB9

Tints of Rich Blue #535EB9

Color information

#535EB9 (or 0x535EB9) is unknown color: approx Rich Blue. HEX triplet: 53, 5E and B9. RGB value is (83,94,185). Sum of RGB (Red+Green+Blue) = 83+94+185=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #535EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EB9 is #ACA146. Grayscale: #646464. Windows color (decimal): -11313479 or 12148307. OLE color: 12148307.

HSL color Cylindrical-coordinate representation of color #535EB9: hue angle of 233.53º degrees, saturation: 0.42, 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 #535EB9 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8394185-
CMYK0.550.4900.27
HSL233.53º42.15%52.55%-
HSV(B)233.53º55.14%72.55%-
XYZ16.3313.3547.61-
YUV101.08175.36115.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 185 (72.66% from 255) = 51.10%
R=22.93%
G=25.97%
B=51.10%

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
Decimal83941850.550.4900.27233.5342.1552.55
Hex535EB9373101Bea2a35
Octal12313627167610333525265
Binary101001110111101011100111011111000101101111101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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