Html Css Color HEX #5D267D Kingfisher Daisy

📋 copy color: '#5D267D'

red 93 ◦ green 38 ◦ blue 125

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

Shades of Kingfisher Daisy #5D267D

Tints of Kingfisher Daisy #5D267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 36.33%
G = 14.84%
B = 48.83%

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

#5D267D (or 0x5D267D) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 7D. RGB value is (93,38,125). Sum of RGB (Red+Green+Blue) = 93+38+125=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D267D is #A2D982. Grayscale: #404040. Windows color (decimal): -10672515 or 8201821. OLE color: 8201821.

HSL color Cylindrical-coordinate representation of color #5D267D: hue angle of 277.93º degrees, saturation: 0.53, 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 #5D267D is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 38 125 -
CMYK 0.26 0.70 0 0.51
HSL 277.93º 0.53% 0.32% -
HSV(B) 277.93º 0.7% 0.49% -
XYZ 8.91 5.19 19.94 -
YUV 64.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 93 38 125 0.26 0.70 0 0.51 277.93 0.53 0.32
Hex 5D 26 7D 1A 46 0 33 116 35 20
Octal 135 46 175 32 106 0 63 426 65 40
Binary 1011101 100110 1111101 11010 1000110 0 110011 100010110 110101 100000

Color Harmonies of #5D267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D267D

Black with #5D267D

Text Example


Text Example

White with #5D267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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