Html Css Color HEX #552289 Kingfisher Daisy

📋 copy color: '#552289'

red 85 ◦ green 34 ◦ blue 137

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

Shades of Kingfisher Daisy #552289

Tints of Kingfisher Daisy #552289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 33.2%
G = 13.28%
B = 53.52%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#552289 (or 0x552289) is known color: Kingfisher Daisy. HEX triplet: 55, 22 and 89. RGB value is (85,34,137). Sum of RGB (Red+Green+Blue) = 85+34+137=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #552289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552289 is #AADD76. Grayscale: #3C3C3C. Windows color (decimal): -11197815 or 8987221. OLE color: 8987221.

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

Color convert

RGB 85 34 137 -
CMYK 0.38 0.75 0 0.46
HSL 269.71º 0.6% 0.34% -
HSV(B) 269.71º 0.75% 0.54% -
XYZ 8.83 4.88 24.14 -
YUV 60.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 85 34 137 0.38 0.75 0 0.46 269.71 0.6 0.34
Hex 55 22 89 26 4B 0 2E 10E 3C 22
Octal 125 42 211 46 113 0 56 416 74 42
Binary 1010101 100010 10001001 100110 1001011 0 101110 100001110 111100 100010

Color Harmonies of #552289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552289

Black with #552289

Text Example


Text Example

White with #552289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552289; }

 p { color: rgb(85,34,137); }

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

background-color css

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

 a { background-color: rgb(85,34,137); }

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

border-color css

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

 span { border-color: rgb(85,34,137); }

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