Html Css Color HEX #55318A Kingfisher Daisy

📋 copy color: '#55318A'

red 85 ◦ green 49 ◦ blue 138

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

Shades of Kingfisher Daisy #55318A

Tints of Kingfisher Daisy #55318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 31.25%
G = 18.01%
B = 50.74%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55318A (or 0x55318A) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 8A. RGB value is (85,49,138). Sum of RGB (Red+Green+Blue) = 85+49+138=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #55318A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55318A is #AACE75. Grayscale: #454545. Windows color (decimal): -11193974 or 9056597. OLE color: 9056597.

HSL color Cylindrical-coordinate representation of color #55318A: hue angle of 264.27º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55318A is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 49 138 -
CMYK 0.38 0.64 0 0.46
HSL 264.27º 0.48% 0.37% -
HSV(B) 264.27º 0.64% 0.54% -
XYZ 9.43 5.96 24.7 -
YUV 69.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 85 49 138 0.38 0.64 0 0.46 264.27 0.48 0.37
Hex 55 31 8A 26 40 0 2E 108 30 25
Octal 125 61 212 46 100 0 56 410 60 45
Binary 1010101 110001 10001010 100110 1000000 0 101110 100001000 110000 100101

Color Harmonies of #55318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55318A

Black with #55318A

Text Example


Text Example

White with #55318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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