Html Css Color HEX #552982 Kingfisher Daisy

📋 copy color: '#552982'

red 85 ◦ green 41 ◦ blue 130

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

Shades of Kingfisher Daisy #552982

Tints of Kingfisher Daisy #552982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 33.2%
G = 16.02%
B = 50.78%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552982 (or 0x552982) is known color: Kingfisher Daisy. HEX triplet: 55, 29 and 82. RGB value is (85,41,130). Sum of RGB (Red+Green+Blue) = 85+41+130=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #552982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552982 is #AAD67D. Grayscale: #3F3F3F. Windows color (decimal): -11196030 or 8530261. OLE color: 8530261.

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

Color convert

RGB 85 41 130 -
CMYK 0.35 0.68 0 0.49
HSL 269.66º 0.52% 0.34% -
HSV(B) 269.66º 0.68% 0.51% -
XYZ 8.57 5.13 21.66 -
YUV 64.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 85 41 130 0.35 0.68 0 0.49 269.66 0.52 0.34
Hex 55 29 82 23 44 0 31 10E 34 22
Octal 125 51 202 43 104 0 61 416 64 42
Binary 1010101 101001 10000010 100011 1000100 0 110001 100001110 110100 100010

Color Harmonies of #552982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552982

Black with #552982

Text Example


Text Example

White with #552982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552982; }

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

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

background-color css

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

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

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

border-color css

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

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

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