#524CBB

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

Shades of Rich Blue #524CBB

Tints of Rich Blue #524CBB

Color information

#524CBB (or 0x524CBB) is unknown color: approx Rich Blue. HEX triplet: 52, 4C and BB. RGB value is (82,76,187). Sum of RGB (Red+Green+Blue) = 82+76+187=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #524CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CBB is #ADB344. Grayscale: #5A5A5A. Windows color (decimal): -11383621 or 12274770. OLE color: 12274770.

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

Color convert

RGB8276187-
CMYK0.560.5900.27
HSL243.24º44.94%51.57%-
HSV(B)243.24º59.36%73.33%-
XYZ15.0310.5548.26-
YUV90.45182.49121.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 187 (73.44% from 255) = 54.20%
R=23.77%
G=22.03%
B=54.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82761870.560.5900.27243.2444.9451.57
Hex524CBB383B01Bf32d34
Octal12211427370730333635564
Binary101001010011001011101111100011101101101111110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,187); }

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

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

 a { background-color: rgb(82,76,187); }

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

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

 span { border-color: rgb(82,76,187); }

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