Html Css Color HEX #552786 Kingfisher Daisy

📋 copy color: '#552786'

red 85 ◦ green 39 ◦ blue 134

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

Shades of Kingfisher Daisy #552786

Tints of Kingfisher Daisy #552786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

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

R = 32.95%
G = 15.12%
B = 51.94%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#552786 (or 0x552786) is known color: Kingfisher Daisy. HEX triplet: 55, 27 and 86. RGB value is (85,39,134). Sum of RGB (Red+Green+Blue) = 85+39+134=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #552786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552786 is #AAD879. Grayscale: #3F3F3F. Windows color (decimal): -11196538 or 8791893. OLE color: 8791893.

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

Color convert

RGB 85 39 134 -
CMYK 0.37 0.71 0 0.47
HSL 269.05º 0.55% 0.34% -
HSV(B) 269.05º 0.71% 0.53% -
XYZ 8.77 5.1 23.08 -
YUV 63.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 85 39 134 0.37 0.71 0 0.47 269.05 0.55 0.34
Hex 55 27 86 25 47 0 2F 10D 37 22
Octal 125 47 206 45 107 0 57 415 67 42
Binary 1010101 100111 10000110 100101 1000111 0 101111 100001101 110111 100010

Color Harmonies of #552786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552786

Black with #552786

Text Example


Text Example

White with #552786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552786; }

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

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

background-color css

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

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

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

border-color css

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

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

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