#535BB0

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

Shades of Rich Blue #535BB0

Tints of Rich Blue #535BB0

Color information

#535BB0 (or 0x535BB0) is unknown color: approx Rich Blue. HEX triplet: 53, 5B and B0. RGB value is (83,91,176). Sum of RGB (Red+Green+Blue) = 83+91+176=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #535BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535BB0 is #ACA44F. Grayscale: #616161. Windows color (decimal): -11314256 or 11557715. OLE color: 11557715.

HSL color Cylindrical-coordinate representation of color #535BB0: hue angle of 234.84º 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 #535BB0 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8391176-
CMYK0.530.4800.31
HSL234.84º37.05%50.78%-
HSV(B)234.84º52.84%69.02%-
XYZ15.1412.4642.68-
YUV98.3171.85117.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=23.71%
G=26%
B=50.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83911760.530.4800.31234.8437.0550.78
Hex535BB0353001Feb2533
Octal12313326065600373534563
Binary101001110110111011000011010111000001111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,176); }

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

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

 a { background-color: rgb(83,91,176); }

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

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

 span { border-color: rgb(83,91,176); }

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