Html Css Color HEX #55318C Kingfisher Daisy

📋 copy color: '#55318C'

red 85 ◦ green 49 ◦ blue 140

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

Shades of Kingfisher Daisy #55318C

Tints of Kingfisher Daisy #55318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 31.02%
G = 17.88%
B = 51.09%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55318C (or 0x55318C) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 8C. RGB value is (85,49,140). Sum of RGB (Red+Green+Blue) = 85+49+140=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #55318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55318C is #AACE73. Grayscale: #454545. Windows color (decimal): -11193972 or 9187669. OLE color: 9187669.

HSL color Cylindrical-coordinate representation of color #55318C: hue angle of 263.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55318C is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 49 140 -
CMYK 0.39 0.65 0 0.45
HSL 263.74º 0.48% 0.37% -
HSV(B) 263.74º 0.65% 0.55% -
XYZ 9.58 6.02 25.47 -
YUV 70.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 85 49 140 0.39 0.65 0 0.45 263.74 0.48 0.37
Hex 55 31 8C 27 41 0 2D 108 30 25
Octal 125 61 214 47 101 0 55 410 60 45
Binary 1010101 110001 10001100 100111 1000001 0 101101 100001000 110000 100101

Color Harmonies of #55318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55318C

Black with #55318C

Text Example


Text Example

White with #55318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55318C; }

 p { color: rgb(85,49,140); }

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

background-color css

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

 a { background-color: rgb(85,49,140); }

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

border-color css

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

 span { border-color: rgb(85,49,140); }

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