Html Css Color HEX #5C318E Kingfisher Daisy

📋 copy color: '#5C318E'

red 92 ◦ green 49 ◦ blue 142

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

Shades of Kingfisher Daisy #5C318E

Tints of Kingfisher Daisy #5C318E

RGB

 RED value IS 92 (36.33% from 255) = 32.51%

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

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 32.51%
G = 17.31%
B = 50.18%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C318E (or 0x5C318E) is known color: Kingfisher Daisy. HEX triplet: 5C, 31 and 8E. RGB value is (92,49,142). Sum of RGB (Red+Green+Blue) = 92+49+142=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C318E is #A3CE71. Grayscale: #484848. Windows color (decimal): -10735218 or 9318748. OLE color: 9318748.

HSL color Cylindrical-coordinate representation of color #5C318E: hue angle of 267.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C318E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 49 142 -
CMYK 0.35 0.65 0 0.44
HSL 267.74º 0.49% 0.37% -
HSV(B) 267.74º 0.65% 0.56% -
XYZ 10.39 6.42 26.28 -
YUV 72.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 92 49 142 0.35 0.65 0 0.44 267.74 0.49 0.37
Hex 5C 31 8E 23 41 0 2C 10C 31 25
Octal 134 61 216 43 101 0 54 414 61 45
Binary 1011100 110001 10001110 100011 1000001 0 101100 100001100 110001 100101

Color Harmonies of #5C318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C318E

Black with #5C318E

Text Example


Text Example

White with #5C318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C318E; }

 p { color: rgb(92,49,142); }

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

background-color css

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

 a { background-color: rgb(92,49,142); }

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

border-color css

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

 span { border-color: rgb(92,49,142); }

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