Html Css Color HEX #553379 Kingfisher Daisy

📋 copy color: '#553379'

red 85 ◦ green 51 ◦ blue 121

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

Shades of Kingfisher Daisy #553379

Tints of Kingfisher Daisy #553379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 33.07%
G = 19.84%
B = 47.08%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#553379 (or 0x553379) is known color: Kingfisher Daisy. HEX triplet: 55, 33 and 79. RGB value is (85,51,121). Sum of RGB (Red+Green+Blue) = 85+51+121=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #553379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553379 is #AACC86. Grayscale: #444444. Windows color (decimal): -11193479 or 7942997. OLE color: 7942997.

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

Color convert

RGB 85 51 121 -
CMYK 0.30 0.58 0 0.53
HSL 269.14º 0.41% 0.34% -
HSV(B) 269.14º 0.58% 0.47% -
XYZ 8.38 5.68 18.74 -
YUV 69.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 85 51 121 0.30 0.58 0 0.53 269.14 0.41 0.34
Hex 55 33 79 1E 3A 0 35 10D 29 22
Octal 125 63 171 36 72 0 65 415 51 42
Binary 1010101 110011 1111001 11110 111010 0 110101 100001101 101001 100010

Color Harmonies of #553379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553379

Black with #553379

Text Example


Text Example

White with #553379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553379; }

 p { color: rgb(85,51,121); }

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

background-color css

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

 a { background-color: rgb(85,51,121); }

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

border-color css

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

 span { border-color: rgb(85,51,121); }

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