Html Css Color HEX #552882 Kingfisher Daisy

📋 copy color: '#552882'

red 85 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #552882

Tints of Kingfisher Daisy #552882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.98%

R = 33.33%
G = 15.69%
B = 50.98%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552882 (or 0x552882) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 82. RGB value is (85,40,130). Sum of RGB (Red+Green+Blue) = 85+40+130=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #552882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552882 is #AAD77D. Grayscale: #3F3F3F. Windows color (decimal): -11196286 or 8530005. OLE color: 8530005.

HSL color Cylindrical-coordinate representation of color #552882: hue angle of 270º 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 #552882 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 40 130 -
CMYK 0.35 0.69 0 0.49
HSL 270º 0.53% 0.33% -
HSV(B) 270º 0.69% 0.51% -
XYZ 8.53 5.06 21.65 -
YUV 63.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 85 40 130 0.35 0.69 0 0.49 270 0.53 0.33
Hex 55 28 82 23 45 0 31 10E 35 21
Octal 125 50 202 43 105 0 61 416 65 41
Binary 1010101 101000 10000010 100011 1000101 0 110001 100001110 110101 100001

Color Harmonies of #552882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552882

Black with #552882

Text Example


Text Example

White with #552882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552882; }

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

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

background-color css

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

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

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

border-color css

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

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

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