Html Css Color HEX #57318C Kingfisher Daisy

📋 copy color: '#57318C'

red 87 ◦ green 49 ◦ blue 140

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

Shades of Kingfisher Daisy #57318C

Tints of Kingfisher Daisy #57318C

RGB

 RED value IS 87 (34.38% from 255) = 31.52%

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

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

R = 31.52%
G = 17.75%
B = 50.72%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57318C (or 0x57318C) is known color: Kingfisher Daisy. HEX triplet: 57, 31 and 8C. RGB value is (87,49,140). Sum of RGB (Red+Green+Blue) = 87+49+140=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #57318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57318C is #A8CE73. Grayscale: #464646. Windows color (decimal): -11062900 or 9187671. OLE color: 9187671.

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

Color convert

RGB 87 49 140 -
CMYK 0.38 0.65 0 0.45
HSL 265.06º 0.48% 0.37% -
HSV(B) 265.06º 0.65% 0.55% -
XYZ 9.76 6.12 25.48 -
YUV 70.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 87 49 140 0.38 0.65 0 0.45 265.06 0.48 0.37
Hex 57 31 8C 26 41 0 2D 109 30 25
Octal 127 61 214 46 101 0 55 411 60 45
Binary 1010111 110001 10001100 100110 1000001 0 101101 100001001 110000 100101

Color Harmonies of #57318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57318C

Black with #57318C

Text Example


Text Example

White with #57318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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