Html Css Color HEX #553C80 Kingfisher Daisy

📋 copy color: '#553C80'

red 85 ◦ green 60 ◦ blue 128

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

Shades of Kingfisher Daisy #553C80

Tints of Kingfisher Daisy #553C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 31.14%
G = 21.98%
B = 46.89%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#553C80 (or 0x553C80) is known color: Kingfisher Daisy. HEX triplet: 55, 3C and 80. RGB value is (85,60,128). Sum of RGB (Red+Green+Blue) = 85+60+128=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #553C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C80 is #AAC37F. Grayscale: #4A4A4A. Windows color (decimal): -11191168 or 8404053. OLE color: 8404053.

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

Color convert

RGB 85 60 128 -
CMYK 0.34 0.53 0 0.50
HSL 262.06º 0.36% 0.37% -
HSV(B) 262.06º 0.53% 0.5% -
XYZ 9.26 6.72 21.23 -
YUV 75.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 85 60 128 0.34 0.53 0 0.50 262.06 0.36 0.37
Hex 55 3C 80 22 35 0 32 106 24 25
Octal 125 74 200 42 65 0 62 406 44 45
Binary 1010101 111100 10000000 100010 110101 0 110010 100000110 100100 100101

Color Harmonies of #553C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C80

Black with #553C80

Text Example


Text Example

White with #553C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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