Html Css Color HEX #552489 Kingfisher Daisy

📋 copy color: '#552489'

red 85 ◦ green 36 ◦ blue 137

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

Shades of Kingfisher Daisy #552489

Tints of Kingfisher Daisy #552489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

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

R = 32.95%
G = 13.95%
B = 53.1%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#552489 (or 0x552489) is known color: Kingfisher Daisy. HEX triplet: 55, 24 and 89. RGB value is (85,36,137). Sum of RGB (Red+Green+Blue) = 85+36+137=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #552489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552489 is #AADB76. Grayscale: #3D3D3D. Windows color (decimal): -11197303 or 8987733. OLE color: 8987733.

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

Color convert

RGB 85 36 137 -
CMYK 0.38 0.74 0 0.46
HSL 269.11º 0.58% 0.34% -
HSV(B) 269.11º 0.74% 0.54% -
XYZ 8.89 5 24.16 -
YUV 62.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 85 36 137 0.38 0.74 0 0.46 269.11 0.58 0.34
Hex 55 24 89 26 4A 0 2E 10D 3A 22
Octal 125 44 211 46 112 0 56 415 72 42
Binary 1010101 100100 10001001 100110 1001010 0 101110 100001101 111010 100010

Color Harmonies of #552489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552489

Black with #552489

Text Example


Text Example

White with #552489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552489; }

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

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

background-color css

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

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

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

border-color css

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

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

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