#523A8B

Color #523A8B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #523A8B

Tints of Daisy Bush #523A8B

Color information

#523A8B (or 0x523A8B) is unknown color: approx Daisy Bush. HEX triplet: 52, 3A and 8B. RGB value is (82,58,139). Sum of RGB (Red+Green+Blue) = 82+58+139=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #523A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523A8B is #ADC574. Grayscale: #4A4A4A. Windows color (decimal): -11388277 or 9124434. OLE color: 9124434.

HSL color Cylindrical-coordinate representation of color #523A8B: hue angle of 257.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523A8B is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8258139-
CMYK0.410.5800.45
HSL257.78º41.12%38.63%-
HSV(B)257.78º58.27%54.51%-
XYZ9.656.6825.21-
YUV74.41164.45133.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=29.39%
G=20.79%
B=49.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82581390.410.5800.45257.7841.1238.63
Hex523A8B293A02D1022927
Octal1227221351720554025147
Binary1010010111010100010111010011110100101101100000010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A8B; }

 p { color: rgb(82,58,139); }

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

<style>
 a { background-color: #523A8B; }

 a { background-color: rgb(82,58,139); }

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

<style>
 span { border-color: #523A8B; }

 span { border-color: rgb(82,58,139); }

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