#533998

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

Shades of Daisy Bush #533998

Tints of Daisy Bush #533998

Color information

#533998 (or 0x533998) is unknown color: approx Daisy Bush. HEX triplet: 53, 39 and 98. RGB value is (83,57,152). Sum of RGB (Red+Green+Blue) = 83+57+152=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #533998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533998 is #ACC667. Grayscale: #4B4B4B. Windows color (decimal): -11322984 or 9976147. OLE color: 9976147.

HSL color Cylindrical-coordinate representation of color #533998: hue angle of 256.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #533998 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8357152-
CMYK0.450.6200.40
HSL256.42º45.45%40.98%-
HSV(B)256.42º62.5%59.61%-
XYZ10.77.0330.5-
YUV75.6171.11133.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=28.42%
G=19.52%
B=52.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83571520.450.6200.40256.4245.4540.98
Hex5339982D3E0281002d29
Octal1237123055760504005551
Binary1010011111001100110001011011111100101000100000000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533998; }

 p { color: rgb(83,57,152); }

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

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

 a { background-color: rgb(83,57,152); }

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

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

 span { border-color: rgb(83,57,152); }

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