Html Css Color HEX #55318B Kingfisher Daisy

📋 copy color: '#55318B'

red 85 ◦ green 49 ◦ blue 139

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

Shades of Kingfisher Daisy #55318B

Tints of Kingfisher Daisy #55318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 31.14%
G = 17.95%
B = 50.92%

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

#55318B (or 0x55318B) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 8B. RGB value is (85,49,139). Sum of RGB (Red+Green+Blue) = 85+49+139=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #55318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55318B is #AACE74. Grayscale: #454545. Windows color (decimal): -11193973 or 9122133. OLE color: 9122133.

HSL color Cylindrical-coordinate representation of color #55318B: hue angle of 264º 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 #55318B is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 49 139 -
CMYK 0.39 0.65 0 0.45
HSL 264º 0.48% 0.37% -
HSV(B) 264º 0.65% 0.55% -
XYZ 9.5 5.99 25.08 -
YUV 70.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 85 49 139 0.39 0.65 0 0.45 264 0.48 0.37
Hex 55 31 8B 27 41 0 2D 108 30 25
Octal 125 61 213 47 101 0 55 410 60 45
Binary 1010101 110001 10001011 100111 1000001 0 101101 100001000 110000 100101

Color Harmonies of #55318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55318B

Black with #55318B

Text Example


Text Example

White with #55318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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