#524EBE

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

Shades of Rich Blue #524EBE

Tints of Rich Blue #524EBE

Color information

#524EBE (or 0x524EBE) is unknown color: approx Rich Blue. HEX triplet: 52, 4E and BE. RGB value is (82,78,190). Sum of RGB (Red+Green+Blue) = 82+78+190=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #524EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EBE is #ADB141. Grayscale: #5B5B5B. Windows color (decimal): -11383106 or 12471890. OLE color: 12471890.

HSL color Cylindrical-coordinate representation of color #524EBE: hue angle of 242.14º 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 #524EBE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8278190-
CMYK0.570.5900.25
HSL242.14º46.28%52.55%-
HSV(B)242.14º58.95%74.51%-
XYZ15.510.9650.01-
YUV91.96183.33120.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=23.43%
G=22.29%
B=54.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82781900.570.5900.25242.1446.2852.55
Hex524EBE393B019f22e35
Octal12211627671730313625665
Binary101001010011101011111011100111101101100111110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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