#553975

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

Shades of Kingfisher Daisy #553975

Tints of Kingfisher Daisy #553975

Color information

#553975 (or 0x553975) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 39 and 75. RGB value is (85,57,117). Sum of RGB (Red+Green+Blue) = 85+57+117=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #553975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553975 is #AAC68A. Grayscale: #484848. Windows color (decimal): -11191947 or 7682389. OLE color: 7682389.

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

Color convert

RGB8557117-
CMYK0.270.5100.54
HSL268º34.48%34.12%-
HSV(B)268º51.28%45.88%-
XYZ8.426.1417.57-
YUV72.21153.28137.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=32.82%
G=22.01%
B=45.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85571170.270.5100.5426834.4834.12
Hex5539751B3303610c2222
Octal1257116533630664144242
Binary10101011110011110101110111100110110110100001100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553975; }

 p { color: rgb(85,57,117); }

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

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

 a { background-color: rgb(85,57,117); }

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

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

 span { border-color: rgb(85,57,117); }

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