#534CAB

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

Shades of Rich Blue #534CAB

Tints of Rich Blue #534CAB

Color information

#534CAB (or 0x534CAB) is unknown color: approx Rich Blue. HEX triplet: 53, 4C and AB. RGB value is (83,76,171). Sum of RGB (Red+Green+Blue) = 83+76+171=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #534CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534CAB is #ACB354. Grayscale: #585858. Windows color (decimal): -11318101 or 11226195. OLE color: 11226195.

HSL color Cylindrical-coordinate representation of color #534CAB: hue angle of 244.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534CAB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8376171-
CMYK0.510.5600.33
HSL244.42º38.46%48.43%-
HSV(B)244.42º55.56%67.06%-
XYZ13.59.9539.74-
YUV88.92174.32123.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=25.15%
G=23.03%
B=51.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83761710.510.5600.33244.4238.4648.43
Hex534CAB3338021f42630
Octal12311425363700413644660
Binary1010011100110010101011110011111000010000111110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534CAB; }

 p { color: rgb(83,76,171); }

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

<style>
 a { background-color: #534CAB; }

 a { background-color: rgb(83,76,171); }

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

<style>
 span { border-color: #534CAB; }

 span { border-color: rgb(83,76,171); }

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