#534EBE

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

Shades of Rich Blue #534EBE

Tints of Rich Blue #534EBE

Color information

#534EBE (or 0x534EBE) is unknown color: approx Rich Blue. HEX triplet: 53, 4E and BE. RGB value is (83,78,190). Sum of RGB (Red+Green+Blue) = 83+78+190=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #534EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EBE is #ACB141. Grayscale: #5B5B5B. Windows color (decimal): -11317570 or 12471891. OLE color: 12471891.

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

Color convert

RGB8378190-
CMYK0.560.5900.25
HSL242.68º46.28%52.55%-
HSV(B)242.68º58.95%74.51%-
XYZ15.5911.0150.02-
YUV92.26183.16121.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=23.65%
G=22.22%
B=54.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83781900.560.5900.25242.6846.2852.55
Hex534EBE383B019f32e35
Octal12311627670730313635665
Binary101001110011101011111011100011101101100111110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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