#534CBA

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

Shades of Rich Blue #534CBA

Tints of Rich Blue #534CBA

Color information

#534CBA (or 0x534CBA) is unknown color: approx Rich Blue. HEX triplet: 53, 4C and BA. RGB value is (83,76,186). Sum of RGB (Red+Green+Blue) = 83+76+186=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #534CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CBA is #ACB345. Grayscale: #5A5A5A. Windows color (decimal): -11318086 or 12209235. OLE color: 12209235.

HSL color Cylindrical-coordinate representation of color #534CBA: hue angle of 243.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534CBA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8376186-
CMYK0.550.5900.27
HSL243.82º44.35%51.37%-
HSV(B)243.82º59.14%72.94%-
XYZ15.0110.5547.7-
YUV90.63181.82122.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=24.06%
G=22.03%
B=53.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83761860.550.5900.27243.8244.3551.37
Hex534CBA373B01Bf42c33
Octal12311427267730333645463
Binary101001110011001011101011011111101101101111110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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