#552382

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

Shades of Kingfisher Daisy #552382

Tints of Kingfisher Daisy #552382

Color information

#552382 (or 0x552382) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 23 and 82. RGB value is (85,35,130). Sum of RGB (Red+Green+Blue) = 85+35+130=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #552382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552382 is #AADC7D. Grayscale: #3C3C3C. Windows color (decimal): -11197566 or 8528725. OLE color: 8528725.

HSL color Cylindrical-coordinate representation of color #552382: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552382 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8535130-
CMYK0.350.7300.49
HSL271.58º57.58%32.35%-
HSV(B)271.58º73.08%50.98%-
XYZ8.384.7521.59-
YUV60.78167.06145.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 130 (51.17% from 255) = 52%
R=34%
G=14%
B=52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85351300.350.7300.49271.5857.5832.35
Hex55238223490311103a20
Octal12543202431110614207240
Binary10101011000111000001010001110010010110001100010000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552382; }

 p { color: rgb(85,35,130); }

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

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

 a { background-color: rgb(85,35,130); }

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

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

 span { border-color: rgb(85,35,130); }

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