#534CAA

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

Shades of Rich Blue #534CAA

Tints of Rich Blue #534CAA

Color information

#534CAA (or 0x534CAA) is unknown color: approx Rich Blue. HEX triplet: 53, 4C and AA. RGB value is (83,76,170). Sum of RGB (Red+Green+Blue) = 83+76+170=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #534CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534CAA is #ACB355. Grayscale: #585858. Windows color (decimal): -11318102 or 11160659. OLE color: 11160659.

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

Color convert

RGB8376170-
CMYK0.510.5500.33
HSL244.47º38.21%48.24%-
HSV(B)244.47º55.29%66.67%-
XYZ13.419.9139.24-
YUV88.81173.82123.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=25.23%
G=23.10%
B=51.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83761700.510.5500.33244.4738.2148.24
Hex534CAA3337021f42630
Octal12311425263670413644660
Binary1010011100110010101010110011110111010000111110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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