Html Css Color HEX #553189 Kingfisher Daisy

📋 copy color: '#553189'

red 85 ◦ green 49 ◦ blue 137

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

Shades of Kingfisher Daisy #553189

Tints of Kingfisher Daisy #553189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 31.37%
G = 18.08%
B = 50.55%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#553189 (or 0x553189) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 89. RGB value is (85,49,137). Sum of RGB (Red+Green+Blue) = 85+49+137=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #553189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553189 is #AACE76. Grayscale: #454545. Windows color (decimal): -11193975 or 8991061. OLE color: 8991061.

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

Color convert

RGB 85 49 137 -
CMYK 0.38 0.64 0 0.46
HSL 264.55º 0.47% 0.36% -
HSV(B) 264.55º 0.64% 0.54% -
XYZ 9.36 5.93 24.32 -
YUV 69.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 85 49 137 0.38 0.64 0 0.46 264.55 0.47 0.36
Hex 55 31 89 26 40 0 2E 109 2F 24
Octal 125 61 211 46 100 0 56 411 57 44
Binary 1010101 110001 10001001 100110 1000000 0 101110 100001001 101111 100100

Color Harmonies of #553189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553189

Black with #553189

Text Example


Text Example

White with #553189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553189; }

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

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

background-color css

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

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

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

border-color css

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

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

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