#552390

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

Shades of Kingfisher Daisy #552390

Tints of Kingfisher Daisy #552390

Color information

#552390 (or 0x552390) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 23 and 90. RGB value is (85,35,144). Sum of RGB (Red+Green+Blue) = 85+35+144=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #552390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552390 is #AADC6F. Grayscale: #3D3D3D. Windows color (decimal): -11197552 or 9446229. OLE color: 9446229.

HSL color Cylindrical-coordinate representation of color #552390: hue angle of 267.52º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552390 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8535144-
CMYK0.410.7600.44
HSL267.52º60.89%35.1%-
HSV(B)267.52º75.69%56.47%-
XYZ9.385.1526.88-
YUV62.38174.06144.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=32.20%
G=13.26%
B=54.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85351440.410.7600.44267.5260.8935.1
Hex552390294C02C10c3d23
Octal12543220511140544147543
Binary10101011000111001000010100110011000101100100001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552390; }

 p { color: rgb(85,35,144); }

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

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

 a { background-color: rgb(85,35,144); }

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

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

 span { border-color: rgb(85,35,144); }

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