#535CB0

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

Shades of Rich Blue #535CB0

Tints of Rich Blue #535CB0

Color information

#535CB0 (or 0x535CB0) is unknown color: approx Rich Blue. HEX triplet: 53, 5C and B0. RGB value is (83,92,176). Sum of RGB (Red+Green+Blue) = 83+92+176=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #535CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CB0 is #ACA34F. Grayscale: #626262. Windows color (decimal): -11314000 or 11557971. OLE color: 11557971.

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

Color convert

RGB8392176-
CMYK0.530.4800.31
HSL234.19º37.05%50.78%-
HSV(B)234.19º52.84%69.02%-
XYZ15.2312.6342.71-
YUV98.88171.52116.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=23.65%
G=26.21%
B=50.14%

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
Decimal83921760.530.4800.31234.1937.0550.78
Hex535CB0353001Fea2533
Octal12313426065600373524563
Binary101001110111001011000011010111000001111111101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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