Html Css Color HEX #552086 Kingfisher Daisy

📋 copy color: '#552086'

red 85 ◦ green 32 ◦ blue 134

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

Shades of Kingfisher Daisy #552086

Tints of Kingfisher Daisy #552086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 33.86%
G = 12.75%
B = 53.39%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#552086 (or 0x552086) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 86. RGB value is (85,32,134). Sum of RGB (Red+Green+Blue) = 85+32+134=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #552086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552086 is #AADF79. Grayscale: #3B3B3B. Windows color (decimal): -11198330 or 8790101. OLE color: 8790101.

HSL color Cylindrical-coordinate representation of color #552086: hue angle of 271.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552086 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 32 134 -
CMYK 0.37 0.76 0 0.47
HSL 271.18º 0.61% 0.33% -
HSV(B) 271.18º 0.76% 0.53% -
XYZ 8.57 4.69 23.01 -
YUV 59.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 85 32 134 0.37 0.76 0 0.47 271.18 0.61 0.33
Hex 55 20 86 25 4C 0 2F 10F 3D 21
Octal 125 40 206 45 114 0 57 417 75 41
Binary 1010101 100000 10000110 100101 1001100 0 101111 100001111 111101 100001

Color Harmonies of #552086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552086

Black with #552086

Text Example


Text Example

White with #552086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552086; }

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

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

background-color css

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

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

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

border-color css

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

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

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