#552694

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

Shades of Kingfisher Daisy #552694

Tints of Kingfisher Daisy #552694

Color information

#552694 (or 0x552694) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 26 and 94. RGB value is (85,38,148). Sum of RGB (Red+Green+Blue) = 85+38+148=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #552694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552694 is #AAD96B. Grayscale: #404040. Windows color (decimal): -11196780 or 9709141. OLE color: 9709141.

HSL color Cylindrical-coordinate representation of color #552694: hue angle of 265.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552694 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8538148-
CMYK0.430.7400.42
HSL265.64º59.14%36.47%-
HSV(B)265.64º74.32%58.04%-
XYZ9.785.4628.55-
YUV64.59175.07142.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=31.37%
G=14.02%
B=54.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85381480.430.7400.42265.6459.1436.47
Hex5526942B4A02A10a3b24
Octal12546224531120524127344
Binary10101011001101001010010101110010100101010100001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552694; }

 p { color: rgb(85,38,148); }

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

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

 a { background-color: rgb(85,38,148); }

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

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

 span { border-color: rgb(85,38,148); }

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