Html Css Color HEX #552184 Kingfisher Daisy

📋 copy color: '#552184'

red 85 ◦ green 33 ◦ blue 132

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

Shades of Kingfisher Daisy #552184

Tints of Kingfisher Daisy #552184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 34%
G = 13.2%
B = 52.8%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552184 (or 0x552184) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 84. RGB value is (85,33,132). Sum of RGB (Red+Green+Blue) = 85+33+132=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #552184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552184 is #AADE7B. Grayscale: #3B3B3B. Windows color (decimal): -11198076 or 8659285. OLE color: 8659285.

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

Color convert

RGB 85 33 132 -
CMYK 0.36 0.75 0 0.48
HSL 271.52º 0.6% 0.32% -
HSV(B) 271.52º 0.75% 0.52% -
XYZ 8.46 4.68 22.29 -
YUV 59.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 85 33 132 0.36 0.75 0 0.48 271.52 0.6 0.32
Hex 55 21 84 24 4B 0 30 110 3C 20
Octal 125 41 204 44 113 0 60 420 74 40
Binary 1010101 100001 10000100 100100 1001011 0 110000 100010000 111100 100000

Color Harmonies of #552184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552184

Black with #552184

Text Example


Text Example

White with #552184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552184; }

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

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

background-color css

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

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

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

border-color css

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

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

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