#553680

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

Shades of Kingfisher Daisy #553680

Tints of Kingfisher Daisy #553680

Color information

#553680 (or 0x553680) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 36 and 80. RGB value is (85,54,128). Sum of RGB (Red+Green+Blue) = 85+54+128=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #553680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553680 is #AAC97F. Grayscale: #474747. Windows color (decimal): -11192704 or 8402517. OLE color: 8402517.

HSL color Cylindrical-coordinate representation of color #553680: hue angle of 265.14º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553680 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8554128-
CMYK0.340.5800.50
HSL265.14º40.66%35.69%-
HSV(B)265.14º57.81%50.2%-
XYZ8.966.1321.13-
YUV71.7159.77137.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=31.84%
G=20.22%
B=47.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85541280.340.5800.50265.1440.6635.69
Hex553680223A0321092924
Octal1256620042720624115144
Binary1010101110110100000001000101110100110010100001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553680; }

 p { color: rgb(85,54,128); }

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

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

 a { background-color: rgb(85,54,128); }

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

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

 span { border-color: rgb(85,54,128); }

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