Html Css Color HEX #552886 Kingfisher Daisy

📋 copy color: '#552886'

red 85 ◦ green 40 ◦ blue 134

#552886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #552886

Tints of Kingfisher Daisy #552886

RGB

 RED value IS 85 (33.59% from 255) = 32.82%

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 32.82%
G = 15.44%
B = 51.74%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#552886 (or 0x552886) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 86. RGB value is (85,40,134). Sum of RGB (Red+Green+Blue) = 85+40+134=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #552886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552886 is #AAD779. Grayscale: #3F3F3F. Windows color (decimal): -11196282 or 8792149. OLE color: 8792149.

HSL color Cylindrical-coordinate representation of color #552886: hue angle of 268.72º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552886 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 40 134 -
CMYK 0.37 0.70 0 0.47
HSL 268.72º 0.54% 0.34% -
HSV(B) 268.72º 0.7% 0.53% -
XYZ 8.81 5.17 23.09 -
YUV 64.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 85 40 134 0.37 0.70 0 0.47 268.72 0.54 0.34
Hex 55 28 86 25 46 0 2F 10D 36 22
Octal 125 50 206 45 106 0 57 415 66 42
Binary 1010101 101000 10000110 100101 1000110 0 101111 100001101 110110 100010

Color Harmonies of #552886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552886

Black with #552886

Text Example


Text Example

White with #552886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552886; }

 p { color: rgb(85,40,134); }

 H1.HeaderClassName
 {
   color: #552886;
 }
 .AnyTagClassName
 {
   color: #552886;
 }
</style>

background-color css

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

 a { background-color: rgb(85,40,134); }

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

border-color css

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

 span { border-color: rgb(85,40,134); }

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