Html Css Color HEX #552084 Kingfisher Daisy

📋 copy color: '#552084'

red 85 ◦ green 32 ◦ blue 132

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

Shades of Kingfisher Daisy #552084

Tints of Kingfisher Daisy #552084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 34.14%
G = 12.85%
B = 53.01%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552084 (or 0x552084) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 84. RGB value is (85,32,132). Sum of RGB (Red+Green+Blue) = 85+32+132=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #552084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552084 is #AADF7B. Grayscale: #3A3A3A. Windows color (decimal): -11198332 or 8659029. OLE color: 8659029.

HSL color Cylindrical-coordinate representation of color #552084: hue angle of 271.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552084 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 32 132 -
CMYK 0.36 0.76 0 0.48
HSL 271.8º 0.61% 0.32% -
HSV(B) 271.8º 0.76% 0.52% -
XYZ 8.43 4.63 22.28 -
YUV 59.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 85 32 132 0.36 0.76 0 0.48 271.8 0.61 0.32
Hex 55 20 84 24 4C 0 30 110 3D 20
Octal 125 40 204 44 114 0 60 420 75 40
Binary 1010101 100000 10000100 100100 1001100 0 110000 100010000 111101 100000

Color Harmonies of #552084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552084

Black with #552084

Text Example


Text Example

White with #552084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552084; }

 p { color: rgb(85,32,132); }

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

background-color css

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

 a { background-color: rgb(85,32,132); }

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

border-color css

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

 span { border-color: rgb(85,32,132); }

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