#533988

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

Shades of Daisy Bush #533988

Tints of Daisy Bush #533988

Color information

#533988 (or 0x533988) is unknown color: approx Daisy Bush. HEX triplet: 53, 39 and 88. RGB value is (83,57,136). Sum of RGB (Red+Green+Blue) = 83+57+136=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #533988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533988 is #ACC677. Grayscale: #494949. Windows color (decimal): -11323000 or 8927571. OLE color: 8927571.

HSL color Cylindrical-coordinate representation of color #533988: hue angle of 259.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533988 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8357136-
CMYK0.390.5800.47
HSL259.75º40.93%37.84%-
HSV(B)259.75º58.09%53.33%-
XYZ9.476.5424.06-
YUV73.78163.11134.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 136 (53.52% from 255) = 49.28%
R=30.07%
G=20.65%
B=49.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83571360.390.5800.47259.7540.9337.84
Hex533988273A02F1042926
Octal1237121047720574045146
Binary1010011111001100010001001111110100101111100000100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533988; }

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

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

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

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

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

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

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

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