#53368C

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

Shades of Daisy Bush #53368C

Tints of Daisy Bush #53368C

Color information

#53368C (or 0x53368C) is unknown color: approx Daisy Bush. HEX triplet: 53, 36 and 8C. RGB value is (83,54,140). Sum of RGB (Red+Green+Blue) = 83+54+140=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #53368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53368C is #ACC973. Grayscale: #484848. Windows color (decimal): -11323764 or 9188947. OLE color: 9188947.

HSL color Cylindrical-coordinate representation of color #53368C: hue angle of 260.23º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53368C is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8354140-
CMYK0.410.6100.45
HSL260.23º44.33%38.04%-
HSV(B)260.23º61.43%54.9%-
XYZ9.626.3725.53-
YUV72.47166.11135.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=29.96%
G=19.49%
B=50.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83541400.410.6100.45260.2344.3338.04
Hex53368C293D02D1042c26
Octal1236621451750554045446
Binary1010011110110100011001010011111010101101100000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53368C; }

 p { color: rgb(83,54,140); }

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

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

 a { background-color: rgb(83,54,140); }

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

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

 span { border-color: rgb(83,54,140); }

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