Html Css Color HEX #552D89 Kingfisher Daisy

📋 copy color: '#552D89'

red 85 ◦ green 45 ◦ blue 137

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

Shades of Kingfisher Daisy #552D89

Tints of Kingfisher Daisy #552D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.85%

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

R = 31.84%
G = 16.85%
B = 51.31%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#552D89 (or 0x552D89) is known color: Kingfisher Daisy. HEX triplet: 55, 2D and 89. RGB value is (85,45,137). Sum of RGB (Red+Green+Blue) = 85+45+137=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #552D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552D89 is #AAD276. Grayscale: #434343. Windows color (decimal): -11194999 or 8990037. OLE color: 8990037.

HSL color Cylindrical-coordinate representation of color #552D89: hue angle of 266.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #552D89 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 45 137 -
CMYK 0.38 0.67 0 0.46
HSL 266.09º 0.51% 0.36% -
HSV(B) 266.09º 0.67% 0.54% -
XYZ 9.2 5.61 24.27 -
YUV 67.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 85 45 137 0.38 0.67 0 0.46 266.09 0.51 0.36
Hex 55 2D 89 26 43 0 2E 10A 33 24
Octal 125 55 211 46 103 0 56 412 63 44
Binary 1010101 101101 10001001 100110 1000011 0 101110 100001010 110011 100100

Color Harmonies of #552D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D89

Black with #552D89

Text Example


Text Example

White with #552D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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