Html Css Color HEX #552881 Kingfisher Daisy

📋 copy color: '#552881'

red 85 ◦ green 40 ◦ blue 129

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

Shades of Kingfisher Daisy #552881

Tints of Kingfisher Daisy #552881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.79%

R = 33.46%
G = 15.75%
B = 50.79%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552881 (or 0x552881) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 81. RGB value is (85,40,129). Sum of RGB (Red+Green+Blue) = 85+40+129=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #552881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552881 is #AAD77E. Grayscale: #3F3F3F. Windows color (decimal): -11196287 or 8464469. OLE color: 8464469.

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

Color convert

RGB 85 40 129 -
CMYK 0.34 0.69 0 0.49
HSL 270.34º 0.53% 0.33% -
HSV(B) 270.34º 0.69% 0.51% -
XYZ 8.47 5.03 21.29 -
YUV 63.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 85 40 129 0.34 0.69 0 0.49 270.34 0.53 0.33
Hex 55 28 81 22 45 0 31 10E 35 21
Octal 125 50 201 42 105 0 61 416 65 41
Binary 1010101 101000 10000001 100010 1000101 0 110001 100001110 110101 100001

Color Harmonies of #552881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552881

Black with #552881

Text Example


Text Example

White with #552881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552881; }

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

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

background-color css

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

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

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

border-color css

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

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

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