#502298

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

Shades of Daisy Bush #502298

Tints of Daisy Bush #502298

Color information

#502298 (or 0x502298) is unknown color: approx Daisy Bush. HEX triplet: 50, 22 and 98. RGB value is (80,34,152). Sum of RGB (Red+Green+Blue) = 80+34+152=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #502298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502298 is #AFDD67. Grayscale: #3C3C3C. Windows color (decimal): -11525480 or 9970256. OLE color: 9970256.

HSL color Cylindrical-coordinate representation of color #502298: hue angle of 263.39º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502298 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8034152-
CMYK0.470.7800.40
HSL263.39º63.44%36.47%-
HSV(B)263.39º77.63%59.61%-
XYZ9.555.1230.19-
YUV61.21179.24141.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 152 (59.77% from 255) = 57.14%
R=30.08%
G=12.78%
B=57.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80341520.470.7800.40263.3963.4436.47
Hex5022982F4E0281073f24
Octal12042230571160504077744
Binary10100001000101001100010111110011100101000100000111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502298; }

 p { color: rgb(80,34,152); }

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

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

 a { background-color: rgb(80,34,152); }

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

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

 span { border-color: rgb(80,34,152); }

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