#553082

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

Shades of Kingfisher Daisy #553082

Tints of Kingfisher Daisy #553082

Color information

#553082 (or 0x553082) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 30 and 82. RGB value is (85,48,130). Sum of RGB (Red+Green+Blue) = 85+48+130=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #553082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553082 is #AACF7D. Grayscale: #444444. Windows color (decimal): -11194238 or 8532053. OLE color: 8532053.

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

Color convert

RGB8548130-
CMYK0.350.6300.49
HSL267.07º46.07%34.9%-
HSV(B)267.07º63.08%50.98%-
XYZ8.835.6621.75-
YUV68.41162.76139.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=32.32%
G=18.25%
B=49.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85481300.350.6300.49267.0746.0734.9
Hex553082233F03110b2e23
Octal1256020243770614135643
Binary1010101110000100000101000111111110110001100001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553082; }

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

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

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

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

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

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

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

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