Html Css Color HEX #552893 Kingfisher Daisy

📋 copy color: '#552893'

red 85 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #552893

Tints of Kingfisher Daisy #552893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.04%

R = 31.25%
G = 14.71%
B = 54.04%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552893 (or 0x552893) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 93. RGB value is (85,40,147). Sum of RGB (Red+Green+Blue) = 85+40+147=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #552893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552893 is #AAD76C. Grayscale: #414141. Windows color (decimal): -11196269 or 9644117. OLE color: 9644117.

HSL color Cylindrical-coordinate representation of color #552893: hue angle of 265.23º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552893 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 40 147 -
CMYK 0.42 0.73 0 0.42
HSL 265.23º 0.57% 0.37% -
HSV(B) 265.23º 0.73% 0.58% -
XYZ 9.77 5.56 28.16 -
YUV 65.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 85 40 147 0.42 0.73 0 0.42 265.23 0.57 0.37
Hex 55 28 93 2A 49 0 2A 109 39 25
Octal 125 50 223 52 111 0 52 411 71 45
Binary 1010101 101000 10010011 101010 1001001 0 101010 100001001 111001 100101

Color Harmonies of #552893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552893

Black with #552893

Text Example


Text Example

White with #552893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552893; }

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

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

background-color css

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

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

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

border-color css

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

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

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