#535CBA

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

Shades of Rich Blue #535CBA

Tints of Rich Blue #535CBA

Color information

#535CBA (or 0x535CBA) is unknown color: approx Rich Blue. HEX triplet: 53, 5C and BA. RGB value is (83,92,186). Sum of RGB (Red+Green+Blue) = 83+92+186=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #535CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CBA is #ACA345. Grayscale: #636363. Windows color (decimal): -11313990 or 12213331. OLE color: 12213331.

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

Color convert

RGB8392186-
CMYK0.550.5100.27
HSL234.76º42.74%52.75%-
HSV(B)234.76º55.38%72.94%-
XYZ16.2613.0448.11-
YUV100.02176.52115.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=22.99%
G=25.48%
B=51.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83921860.550.5100.27234.7642.7452.75
Hex535CBA373301Beb2b35
Octal12313427267630333535365
Binary101001110111001011101011011111001101101111101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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