Html Css Color HEX #553080 Kingfisher Daisy

📋 copy color: '#553080'

red 85 ◦ green 48 ◦ blue 128

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

Shades of Kingfisher Daisy #553080

Tints of Kingfisher Daisy #553080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

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

R = 32.57%
G = 18.39%
B = 49.04%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#553080 (or 0x553080) is known color: Kingfisher Daisy. HEX triplet: 55, 30 and 80. RGB value is (85,48,128). Sum of RGB (Red+Green+Blue) = 85+48+128=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #553080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553080 is #AACF7F. Grayscale: #434343. Windows color (decimal): -11194240 or 8400981. OLE color: 8400981.

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

Color convert

RGB 85 48 128 -
CMYK 0.34 0.62 0 0.50
HSL 267.75º 0.45% 0.35% -
HSV(B) 267.75º 0.63% 0.5% -
XYZ 8.7 5.6 21.05 -
YUV 68.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 85 48 128 0.34 0.62 0 0.50 267.75 0.45 0.35
Hex 55 30 80 22 3E 0 32 10C 2D 23
Octal 125 60 200 42 76 0 62 414 55 43
Binary 1010101 110000 10000000 100010 111110 0 110010 100001100 101101 100011

Color Harmonies of #553080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553080

Black with #553080

Text Example


Text Example

White with #553080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553080; }

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

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

background-color css

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

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

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

border-color css

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

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

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