#524EBC

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

Shades of Rich Blue #524EBC

Tints of Rich Blue #524EBC

Color information

#524EBC (or 0x524EBC) is unknown color: approx Rich Blue. HEX triplet: 52, 4E and BC. RGB value is (82,78,188). Sum of RGB (Red+Green+Blue) = 82+78+188=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #524EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EBC is #ADB143. Grayscale: #5B5B5B. Windows color (decimal): -11383108 or 12340818. OLE color: 12340818.

HSL color Cylindrical-coordinate representation of color #524EBC: hue angle of 242.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524EBC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8278188-
CMYK0.560.5900.26
HSL242.18º45.08%52.16%-
HSV(B)242.18º58.51%73.73%-
XYZ15.2810.8748.87-
YUV91.74182.33121.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=23.56%
G=22.41%
B=54.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82781880.560.5900.26242.1845.0852.16
Hex524EBC383B01Af22d34
Octal12211627470730323625564
Binary101001010011101011110011100011101101101011110010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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