#535FB2

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

Shades of Rich Blue #535FB2

Tints of Rich Blue #535FB2

Color information

#535FB2 (or 0x535FB2) is unknown color: approx Rich Blue. HEX triplet: 53, 5F and B2. RGB value is (83,95,178). Sum of RGB (Red+Green+Blue) = 83+95+178=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #535FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FB2 is #ACA04D. Grayscale: #646464. Windows color (decimal): -11313230 or 11689811. OLE color: 11689811.

HSL color Cylindrical-coordinate representation of color #535FB2: hue angle of 232.42º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535FB2 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8395178-
CMYK0.530.4700.30
HSL232.42º38.15%51.18%-
HSV(B)232.42º53.37%69.8%-
XYZ15.713.2443.85-
YUV100.87171.52115.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 178 (69.92% from 255) = 50%
R=23.31%
G=26.69%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83951780.530.4700.30232.4238.1551.18
Hex535FB2352F01Ee82633
Octal12313726265570363504663
Binary101001110111111011001011010110111101111011101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,178); }

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

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

 a { background-color: rgb(83,95,178); }

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

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

 span { border-color: rgb(83,95,178); }

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