#534BBE

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

Shades of Rich Blue #534BBE

Tints of Rich Blue #534BBE

Color information

#534BBE (or 0x534BBE) is unknown color: approx Rich Blue. HEX triplet: 53, 4B and BE. RGB value is (83,75,190). Sum of RGB (Red+Green+Blue) = 83+75+190=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #534BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BBE is #ACB441. Grayscale: #5A5A5A. Windows color (decimal): -11318338 or 12471123. OLE color: 12471123.

HSL color Cylindrical-coordinate representation of color #534BBE: hue angle of 244.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534BBE is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8375190-
CMYK0.560.6100.25
HSL244.17º46.94%51.96%-
HSV(B)244.17º60.53%74.51%-
XYZ15.3810.5949.95-
YUV90.5184.15122.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=23.85%
G=21.55%
B=54.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83751900.560.6100.25244.1746.9451.96
Hex534BBE383D019f42f34
Octal12311327670750313645764
Binary101001110010111011111011100011110101100111110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,75,190); }

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

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

 a { background-color: rgb(83,75,190); }

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

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

 span { border-color: rgb(83,75,190); }

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