#53308E

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

Shades of Daisy Bush #53308E

Tints of Daisy Bush #53308E

Color information

#53308E (or 0x53308E) is unknown color: approx Daisy Bush. HEX triplet: 53, 30 and 8E. RGB value is (83,48,142). Sum of RGB (Red+Green+Blue) = 83+48+142=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #53308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53308E is #ACCF71. Grayscale: #444444. Windows color (decimal): -11325298 or 9318483. OLE color: 9318483.

HSL color Cylindrical-coordinate representation of color #53308E: hue angle of 262.34º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53308E is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8348142-
CMYK0.420.6600.44
HSL262.34º49.47%37.25%-
HSV(B)262.34º66.2%55.69%-
XYZ9.515.9126.23-
YUV69.18169.1137.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=30.40%
G=17.58%
B=52.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83481420.420.6600.44262.3449.4737.25
Hex53308E2A4202C1063125
Octal12360216521020544066145
Binary10100111100001000111010101010000100101100100000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53308E; }

 p { color: rgb(83,48,142); }

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

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

 a { background-color: rgb(83,48,142); }

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

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

 span { border-color: rgb(83,48,142); }

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