Html Css Color HEX #553980 Kingfisher Daisy

📋 copy color: '#553980'

red 85 ◦ green 57 ◦ blue 128

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

Shades of Kingfisher Daisy #553980

Tints of Kingfisher Daisy #553980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 31.48%
G = 21.11%
B = 47.41%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#553980 (or 0x553980) is known color: Kingfisher Daisy. HEX triplet: 55, 39 and 80. RGB value is (85,57,128). Sum of RGB (Red+Green+Blue) = 85+57+128=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #553980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553980 is #AAC67F. Grayscale: #494949. Windows color (decimal): -11191936 or 8403285. OLE color: 8403285.

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

Color convert

RGB 85 57 128 -
CMYK 0.34 0.55 0 0.50
HSL 263.66º 0.38% 0.36% -
HSV(B) 263.66º 0.55% 0.5% -
XYZ 9.11 6.42 21.18 -
YUV 73.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 85 57 128 0.34 0.55 0 0.50 263.66 0.38 0.36
Hex 55 39 80 22 37 0 32 108 26 24
Octal 125 71 200 42 67 0 62 410 46 44
Binary 1010101 111001 10000000 100010 110111 0 110010 100001000 100110 100100

Color Harmonies of #553980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553980

Black with #553980

Text Example


Text Example

White with #553980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553980; }

 p { color: rgb(85,57,128); }

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

background-color css

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

 a { background-color: rgb(85,57,128); }

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

border-color css

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

 span { border-color: rgb(85,57,128); }

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