#552195

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

Shades of Kingfisher Daisy #552195

Tints of Kingfisher Daisy #552195

Color information

#552195 (or 0x552195) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 21 and 95. RGB value is (85,33,149). Sum of RGB (Red+Green+Blue) = 85+33+149=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #552195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552195 is #AADE6A. Grayscale: #3D3D3D. Windows color (decimal): -11198059 or 9773397. OLE color: 9773397.

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

Color convert

RGB8533149-
CMYK0.430.7800.42
HSL266.9º63.74%35.69%-
HSV(B)266.9º77.85%58.43%-
XYZ9.715.1928.92-
YUV61.77177.23144.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=31.84%
G=12.36%
B=55.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85331490.430.7800.42266.963.7435.69
Hex5521952B4E02A10b4024
Octal125412255311605241310044
Binary101010110000110010101101011100111001010101000010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552195; }

 p { color: rgb(85,33,149); }

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

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

 a { background-color: rgb(85,33,149); }

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

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

 span { border-color: rgb(85,33,149); }

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