#533882

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

Shades of Kingfisher Daisy #533882

Tints of Kingfisher Daisy #533882

Color information

#533882 (or 0x533882) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 38 and 82. RGB value is (83,56,130). Sum of RGB (Red+Green+Blue) = 83+56+130=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #533882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533882 is #ACC77D. Grayscale: #484848. Windows color (decimal): -11323262 or 8534099. OLE color: 8534099.

HSL color Cylindrical-coordinate representation of color #533882: hue angle of 261.89º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533882 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8356130-
CMYK0.360.5700.49
HSL261.89º39.78%36.47%-
HSV(B)261.89º56.92%50.98%-
XYZ9.016.2821.86-
YUV72.51160.45135.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=30.86%
G=20.82%
B=48.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83561300.360.5700.49261.8939.7836.47
Hex53388224390311062824
Octal1237020244710614065044
Binary1010011111000100000101001001110010110001100000110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533882; }

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

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

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

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

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

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

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

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