Html Css Color HEX #553577 Kingfisher Daisy

📋 copy color: '#553577'

red 85 ◦ green 53 ◦ blue 119

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

Shades of Kingfisher Daisy #553577

Tints of Kingfisher Daisy #553577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 33.07%
G = 20.62%
B = 46.3%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#553577 (or 0x553577) is known color: Kingfisher Daisy. HEX triplet: 55, 35 and 77. RGB value is (85,53,119). Sum of RGB (Red+Green+Blue) = 85+53+119=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #553577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553577 is #AACA88. Grayscale: #454545. Windows color (decimal): -11192969 or 7812437. OLE color: 7812437.

HSL color Cylindrical-coordinate representation of color #553577: hue angle of 269.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #553577 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 53 119 -
CMYK 0.29 0.55 0 0.53
HSL 269.09º 0.38% 0.34% -
HSV(B) 269.09º 0.55% 0.47% -
XYZ 8.35 5.81 18.13 -
YUV 70.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 85 53 119 0.29 0.55 0 0.53 269.09 0.38 0.34
Hex 55 35 77 1D 37 0 35 10D 26 22
Octal 125 65 167 35 67 0 65 415 46 42
Binary 1010101 110101 1110111 11101 110111 0 110101 100001101 100110 100010

Color Harmonies of #553577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553577

Black with #553577

Text Example


Text Example

White with #553577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553577; }

 p { color: rgb(85,53,119); }

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

background-color css

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

 a { background-color: rgb(85,53,119); }

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

border-color css

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

 span { border-color: rgb(85,53,119); }

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