#5230a0

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

Shades of Daisy Bush #5230A0

Tints of Daisy Bush #5230A0

Color information

#5230A0 (or 0x5230A0) is unknown color: approx Daisy Bush. HEX triplet: 52, 30 and A0. RGB value is (82,48,160). Sum of RGB (Red+Green+Blue) = 82+48+160=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #5230A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5230A0 is #ADCF5F. Grayscale: #464646. Windows color (decimal): -11390816 or 10498130. OLE color: 10498130.

HSL color Cylindrical-coordinate representation of color #5230A0: hue angle of 258.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5230A0 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8248160-
CMYK0.490.7000.37
HSL258.21º53.85%40.78%-
HSV(B)258.21º70%62.75%-
XYZ10.886.4533.93-
YUV70.93178.26135.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 160 (62.89% from 255) = 55.17%
R=28.28%
G=16.55%
B=55.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82481600.490.7000.37258.2153.8540.78
Hex5230A031460251023629
Octal12260240611060454026651
Binary10100101100001010000011000110001100100101100000010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5230a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5230a0; }

 p { color: rgb(82,48,160); }

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

<style>
 a { background-color: #5230a0; }

 a { background-color: rgb(82,48,160); }

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

<style>
 span { border-color: #5230a0; }

 span { border-color: rgb(82,48,160); }

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