#552085

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

Shades of Kingfisher Daisy #552085

Tints of Kingfisher Daisy #552085

Color information

#552085 (or 0x552085) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 20 and 85. RGB value is (85,32,133). Sum of RGB (Red+Green+Blue) = 85+32+133=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #552085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552085 is #AADF7A. Grayscale: #3B3B3B. Windows color (decimal): -11198331 or 8724565. OLE color: 8724565.

HSL color Cylindrical-coordinate representation of color #552085: hue angle of 271.49º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552085 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8532133-
CMYK0.360.7600.48
HSL271.49º61.21%32.35%-
HSV(B)271.49º75.94%52.16%-
XYZ8.54.6622.64-
YUV59.36169.56146.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=34%
G=12.8%
B=53.2%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85321330.360.7600.48271.4961.2132.35
Hex552085244C03010f3d20
Octal12540205441140604177540
Binary10101011000001000010110010010011000110000100001111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552085; }

 p { color: rgb(85,32,133); }

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

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

 a { background-color: rgb(85,32,133); }

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

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

 span { border-color: rgb(85,32,133); }

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