Html Css Color HEX #5D277D Kingfisher Daisy

📋 copy color: '#5D277D'

red 93 ◦ green 39 ◦ blue 125

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

Shades of Kingfisher Daisy #5D277D

Tints of Kingfisher Daisy #5D277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 36.19%
G = 15.18%
B = 48.64%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D277D (or 0x5D277D) is known color: Kingfisher Daisy. HEX triplet: 5D, 27 and 7D. RGB value is (93,39,125). Sum of RGB (Red+Green+Blue) = 93+39+125=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D277D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D277D is #A2D882. Grayscale: #404040. Windows color (decimal): -10672259 or 8202077. OLE color: 8202077.

HSL color Cylindrical-coordinate representation of color #5D277D: hue angle of 277.67º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D277D is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 39 125 -
CMYK 0.26 0.69 0 0.51
HSL 277.67º 0.52% 0.32% -
HSV(B) 277.67º 0.69% 0.49% -
XYZ 8.94 5.26 19.95 -
YUV 64.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 93 39 125 0.26 0.69 0 0.51 277.67 0.52 0.32
Hex 5D 27 7D 1A 45 0 33 116 34 20
Octal 135 47 175 32 105 0 63 426 64 40
Binary 1011101 100111 1111101 11010 1000101 0 110011 100010110 110100 100000

Color Harmonies of #5D277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D277D

Black with #5D277D

Text Example


Text Example

White with #5D277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,39,125); }

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

background-color css

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

 a { background-color: rgb(93,39,125); }

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

border-color css

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

 span { border-color: rgb(93,39,125); }

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