Html Css Color HEX #5D207F Kingfisher Daisy

📋 copy color: '#5D207F'

red 93 ◦ green 32 ◦ blue 127

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

Shades of Kingfisher Daisy #5D207F

Tints of Kingfisher Daisy #5D207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 127 (50% from 255) = 50.4%

R = 36.9%
G = 12.7%
B = 50.4%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5D207F (or 0x5D207F) is known color: Kingfisher Daisy. HEX triplet: 5D, 20 and 7F. RGB value is (93,32,127). Sum of RGB (Red+Green+Blue) = 93+32+127=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D207F is #A2DF80. Grayscale: #3C3C3C. Windows color (decimal): -10674049 or 8331357. OLE color: 8331357.

HSL color Cylindrical-coordinate representation of color #5D207F: hue angle of 278.53º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D207F is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 32 127 -
CMYK 0.27 0.75 0 0.50
HSL 278.53º 0.6% 0.31% -
HSV(B) 278.53º 0.75% 0.5% -
XYZ 8.86 4.89 20.56 -
YUV 61.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 93 32 127 0.27 0.75 0 0.50 278.53 0.6 0.31
Hex 5D 20 7F 1B 4B 0 32 117 3C 1F
Octal 135 40 177 33 113 0 62 427 74 37
Binary 1011101 100000 1111111 11011 1001011 0 110010 100010111 111100 11111

Color Harmonies of #5D207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D207F

Black with #5D207F

Text Example


Text Example

White with #5D207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,32,127); }

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

background-color css

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

 a { background-color: rgb(93,32,127); }

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

border-color css

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

 span { border-color: rgb(93,32,127); }

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