Html Css Color HEX #5D1F95 Kingfisher Daisy

📋 copy color: '#5D1F95'

red 93 ◦ green 31 ◦ blue 149

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

Shades of Kingfisher Daisy #5D1F95

Tints of Kingfisher Daisy #5D1F95

RGB

 RED value IS 93 (36.72% from 255) = 34.07%

 GREEN value IS 31 (12.5% from 255) = 11.36%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 34.07%
G = 11.36%
B = 54.58%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D1F95 (or 0x5D1F95) is known color: Kingfisher Daisy. HEX triplet: 5D, 1F and 95. RGB value is (93,31,149). Sum of RGB (Red+Green+Blue) = 93+31+149=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D1F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1F95 is #A2E06A. Grayscale: #3E3E3E. Windows color (decimal): -10674283 or 9772893. OLE color: 9772893.

HSL color Cylindrical-coordinate representation of color #5D1F95: hue angle of 271.53º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1F95 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 31 149 -
CMYK 0.38 0.79 0 0.42
HSL 271.53º 0.66% 0.35% -
HSV(B) 271.53º 0.79% 0.58% -
XYZ 10.43 5.48 28.94 -
YUV 62.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 93 31 149 0.38 0.79 0 0.42 271.53 0.66 0.35
Hex 5D 1F 95 26 4F 0 2A 110 42 23
Octal 135 37 225 46 117 0 52 420 102 43
Binary 1011101 11111 10010101 100110 1001111 0 101010 100010000 1000010 100011

Color Harmonies of #5D1F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1F95

Black with #5D1F95

Text Example


Text Example

White with #5D1F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,31,149); }

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

background-color css

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

 a { background-color: rgb(93,31,149); }

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

border-color css

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

 span { border-color: rgb(93,31,149); }

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