Html Css Color HEX #552880 Kingfisher Daisy

📋 copy color: '#552880'

red 85 ◦ green 40 ◦ blue 128

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

Shades of Kingfisher Daisy #552880

Tints of Kingfisher Daisy #552880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 33.6%
G = 15.81%
B = 50.59%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#552880 (or 0x552880) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 80. RGB value is (85,40,128). Sum of RGB (Red+Green+Blue) = 85+40+128=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #552880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552880 is #AAD77F. Grayscale: #3F3F3F. Windows color (decimal): -11196288 or 8398933. OLE color: 8398933.

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

Color convert

RGB 85 40 128 -
CMYK 0.34 0.69 0 0.50
HSL 270.68º 0.52% 0.33% -
HSV(B) 270.68º 0.69% 0.5% -
XYZ 8.4 5.01 20.95 -
YUV 63.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 85 40 128 0.34 0.69 0 0.50 270.68 0.52 0.33
Hex 55 28 80 22 45 0 32 10F 34 21
Octal 125 50 200 42 105 0 62 417 64 41
Binary 1010101 101000 10000000 100010 1000101 0 110010 100001111 110100 100001

Color Harmonies of #552880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552880

Black with #552880

Text Example


Text Example

White with #552880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552880; }

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

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

background-color css

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

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

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

border-color css

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

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

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