#552081

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

Shades of Kingfisher Daisy #552081

Tints of Kingfisher Daisy #552081

Color information

#552081 (or 0x552081) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 20 and 81. RGB value is (85,32,129). Sum of RGB (Red+Green+Blue) = 85+32+129=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #552081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552081 is #AADF7E. Grayscale: #3A3A3A. Windows color (decimal): -11198335 or 8462421. OLE color: 8462421.

HSL color Cylindrical-coordinate representation of color #552081: hue angle of 272.78º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552081 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8532129-
CMYK0.340.7500.49
HSL272.78º60.25%31.57%-
HSV(B)272.78º75.19%50.59%-
XYZ8.234.5521.21-
YUV58.9167.56146.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=34.55%
G=13.01%
B=52.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85321290.340.7500.49272.7860.2531.57
Hex552081224B0311113c20
Octal12540201421130614217440
Binary10101011000001000000110001010010110110001100010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552081; }

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

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

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

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

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

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

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

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