Html Css Color HEX #5D257D Kingfisher Daisy

📋 copy color: '#5D257D'

red 93 ◦ green 37 ◦ blue 125

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

Shades of Kingfisher Daisy #5D257D

Tints of Kingfisher Daisy #5D257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

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

R = 36.47%
G = 14.51%
B = 49.02%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D257D (or 0x5D257D) is known color: Kingfisher Daisy. HEX triplet: 5D, 25 and 7D. RGB value is (93,37,125). Sum of RGB (Red+Green+Blue) = 93+37+125=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D257D is #A2DA82. Grayscale: #3F3F3F. Windows color (decimal): -10672771 or 8201565. OLE color: 8201565.

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

Color convert

RGB 93 37 125 -
CMYK 0.26 0.70 0 0.51
HSL 278.18º 0.54% 0.32% -
HSV(B) 278.18º 0.7% 0.49% -
XYZ 8.88 5.13 19.92 -
YUV 63.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 93 37 125 0.26 0.70 0 0.51 278.18 0.54 0.32
Hex 5D 25 7D 1A 46 0 33 116 36 20
Octal 135 45 175 32 106 0 63 426 66 40
Binary 1011101 100101 1111101 11010 1000110 0 110011 100010110 110110 100000

Color Harmonies of #5D257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D257D

Black with #5D257D

Text Example


Text Example

White with #5D257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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