#553482

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

Shades of Kingfisher Daisy #553482

Tints of Kingfisher Daisy #553482

Color information

#553482 (or 0x553482) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 82. RGB value is (85,52,130). Sum of RGB (Red+Green+Blue) = 85+52+130=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #553482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553482 is #AACB7D. Grayscale: #464646. Windows color (decimal): -11193214 or 8533077. OLE color: 8533077.

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

Color convert

RGB8552130-
CMYK0.350.6000.49
HSL265.38º42.86%35.69%-
HSV(B)265.38º60%50.98%-
XYZ9621.8-
YUV70.76161.43138.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=31.84%
G=19.48%
B=48.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85521300.350.6000.49265.3842.8635.69
Hex553482233C0311092b24
Octal1256420243740614115344
Binary1010101110100100000101000111111000110001100001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553482; }

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

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

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

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

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

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

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

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