#524BBE

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

Shades of Rich Blue #524BBE

Tints of Rich Blue #524BBE

Color information

#524BBE (or 0x524BBE) is unknown color: approx Rich Blue. HEX triplet: 52, 4B and BE. RGB value is (82,75,190). Sum of RGB (Red+Green+Blue) = 82+75+190=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #524BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BBE is #ADB441. Grayscale: #595959. Windows color (decimal): -11383874 or 12471122. OLE color: 12471122.

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

Color convert

RGB8275190-
CMYK0.570.6100.25
HSL243.65º46.94%51.96%-
HSV(B)243.65º60.53%74.51%-
XYZ15.2910.5449.94-
YUV90.2184.32122.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=23.63%
G=21.61%
B=54.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82751900.570.6100.25243.6546.9451.96
Hex524BBE393D019f42f34
Octal12211327671750313645764
Binary101001010010111011111011100111110101100111110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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