Html Css Color HEX #5D2893 Kingfisher Daisy

📋 copy color: '#5D2893'

red 93 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #5D2893

Tints of Kingfisher Daisy #5D2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 33.21%
G = 14.29%
B = 52.5%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D2893 (or 0x5D2893) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 93. RGB value is (93,40,147). Sum of RGB (Red+Green+Blue) = 93+40+147=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2893 is #A2D76C. Grayscale: #434343. Windows color (decimal): -10671981 or 9644125. OLE color: 9644125.

HSL color Cylindrical-coordinate representation of color #5D2893: hue angle of 269.72º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2893 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 40 147 -
CMYK 0.37 0.73 0 0.42
HSL 269.72º 0.57% 0.37% -
HSV(B) 269.72º 0.73% 0.58% -
XYZ 10.54 5.95 28.2 -
YUV 68.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 93 40 147 0.37 0.73 0 0.42 269.72 0.57 0.37
Hex 5D 28 93 25 49 0 2A 10E 39 25
Octal 135 50 223 45 111 0 52 416 71 45
Binary 1011101 101000 10010011 100101 1001001 0 101010 100001110 111001 100101

Color Harmonies of #5D2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2893

Black with #5D2893

Text Example


Text Example

White with #5D2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,40,147); }

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

background-color css

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

 a { background-color: rgb(93,40,147); }

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

border-color css

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

 span { border-color: rgb(93,40,147); }

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