#533884

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

Shades of Kingfisher Daisy #533884

Tints of Kingfisher Daisy #533884

Color information

#533884 (or 0x533884) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 38 and 84. RGB value is (83,56,132). Sum of RGB (Red+Green+Blue) = 83+56+132=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #533884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533884 is #ACC77B. Grayscale: #484848. Windows color (decimal): -11323260 or 8665171. OLE color: 8665171.

HSL color Cylindrical-coordinate representation of color #533884: hue angle of 261.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533884 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8356132-
CMYK0.370.5800.48
HSL261.32º40.43%36.86%-
HSV(B)261.32º57.58%51.76%-
XYZ9.156.3322.57-
YUV72.74161.45135.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=30.63%
G=20.66%
B=48.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83561320.370.5800.48261.3240.4336.86
Hex533884253A0301052825
Octal1237020445720604055045
Binary1010011111000100001001001011110100110000100000101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533884; }

 p { color: rgb(83,56,132); }

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

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

 a { background-color: rgb(83,56,132); }

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

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

 span { border-color: rgb(83,56,132); }

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