#524FBA

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

Shades of Rich Blue #524FBA

Tints of Rich Blue #524FBA

Color information

#524FBA (or 0x524FBA) is unknown color: approx Rich Blue. HEX triplet: 52, 4F and BA. RGB value is (82,79,186). Sum of RGB (Red+Green+Blue) = 82+79+186=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #524FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FBA is #ADB045. Grayscale: #5B5B5B. Windows color (decimal): -11382854 or 12210002. OLE color: 12210002.

HSL color Cylindrical-coordinate representation of color #524FBA: hue angle of 241.68º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524FBA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8279186-
CMYK0.560.5800.27
HSL241.68º43.67%51.96%-
HSV(B)241.68º57.53%72.94%-
XYZ15.1410.9347.77-
YUV92.1180.99120.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=23.63%
G=22.77%
B=53.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82791860.560.5800.27241.6843.6751.96
Hex524FBA383A01Bf22c34
Octal12211727270720333625464
Binary101001010011111011101011100011101001101111110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,186); }

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

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

 a { background-color: rgb(82,79,186); }

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

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

 span { border-color: rgb(82,79,186); }

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