Html Css Color HEX #552180 Kingfisher Daisy

📋 copy color: '#552180'

red 85 ◦ green 33 ◦ blue 128

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

Shades of Kingfisher Daisy #552180

Tints of Kingfisher Daisy #552180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

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

R = 34.55%
G = 13.41%
B = 52.03%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#552180 (or 0x552180) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 80. RGB value is (85,33,128). Sum of RGB (Red+Green+Blue) = 85+33+128=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #552180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552180 is #AADE7F. Grayscale: #3B3B3B. Windows color (decimal): -11198080 or 8397141. OLE color: 8397141.

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

Color convert

RGB 85 33 128 -
CMYK 0.34 0.74 0 0.50
HSL 272.84º 0.59% 0.32% -
HSV(B) 272.84º 0.74% 0.5% -
XYZ 8.19 4.58 20.87 -
YUV 59.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 85 33 128 0.34 0.74 0 0.50 272.84 0.59 0.32
Hex 55 21 80 22 4A 0 32 111 3B 20
Octal 125 41 200 42 112 0 62 421 73 40
Binary 1010101 100001 10000000 100010 1001010 0 110010 100010001 111011 100000

Color Harmonies of #552180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552180

Black with #552180

Text Example


Text Example

White with #552180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552180; }

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

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

background-color css

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

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

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

border-color css

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

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

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