Html Css Color HEX #552580 Kingfisher Daisy

📋 copy color: '#552580'

red 85 ◦ green 37 ◦ blue 128

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

Shades of Kingfisher Daisy #552580

Tints of Kingfisher Daisy #552580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 34%
G = 14.8%
B = 51.2%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#552580 (or 0x552580) is known color: Kingfisher Daisy. HEX triplet: 55, 25 and 80. RGB value is (85,37,128). Sum of RGB (Red+Green+Blue) = 85+37+128=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #552580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552580 is #AADA7F. Grayscale: #3D3D3D. Windows color (decimal): -11197056 or 8398165. OLE color: 8398165.

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

Color convert

RGB 85 37 128 -
CMYK 0.34 0.71 0 0.50
HSL 271.65º 0.55% 0.32% -
HSV(B) 271.65º 0.71% 0.5% -
XYZ 8.3 4.81 20.91 -
YUV 61.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 85 37 128 0.34 0.71 0 0.50 271.65 0.55 0.32
Hex 55 25 80 22 47 0 32 110 37 20
Octal 125 45 200 42 107 0 62 420 67 40
Binary 1010101 100101 10000000 100010 1000111 0 110010 100010000 110111 100000

Color Harmonies of #552580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552580

Black with #552580

Text Example


Text Example

White with #552580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552580; }

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

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

background-color css

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

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

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

border-color css

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

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

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