Html Css Color HEX #552B89 Kingfisher Daisy

📋 copy color: '#552B89'

red 85 ◦ green 43 ◦ blue 137

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

Shades of Kingfisher Daisy #552B89

Tints of Kingfisher Daisy #552B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

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

R = 32.08%
G = 16.23%
B = 51.7%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#552B89 (or 0x552B89) is known color: Kingfisher Daisy. HEX triplet: 55, 2B and 89. RGB value is (85,43,137). Sum of RGB (Red+Green+Blue) = 85+43+137=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #552B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552B89 is #AAD476. Grayscale: #414141. Windows color (decimal): -11195511 or 8989525. OLE color: 8989525.

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

Color convert

RGB 85 43 137 -
CMYK 0.38 0.69 0 0.46
HSL 266.81º 0.52% 0.35% -
HSV(B) 266.81º 0.69% 0.54% -
XYZ 9.13 5.47 24.24 -
YUV 66.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 85 43 137 0.38 0.69 0 0.46 266.81 0.52 0.35
Hex 55 2B 89 26 45 0 2E 10B 34 23
Octal 125 53 211 46 105 0 56 413 64 43
Binary 1010101 101011 10001001 100110 1000101 0 101110 100001011 110100 100011

Color Harmonies of #552B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B89

Black with #552B89

Text Example


Text Example

White with #552B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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