Html Css Color HEX #5D288D Kingfisher Daisy

📋 copy color: '#5D288D'

red 93 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #5D288D

Tints of Kingfisher Daisy #5D288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 33.94%
G = 14.6%
B = 51.46%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D288D (or 0x5D288D) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 8D. RGB value is (93,40,141). Sum of RGB (Red+Green+Blue) = 93+40+141=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D288D is #A2D772. Grayscale: #434343. Windows color (decimal): -10671987 or 9250909. OLE color: 9250909.

HSL color Cylindrical-coordinate representation of color #5D288D: hue angle of 271.49º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D288D is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 40 141 -
CMYK 0.34 0.72 0 0.45
HSL 271.49º 0.56% 0.35% -
HSV(B) 271.49º 0.72% 0.55% -
XYZ 10.08 5.77 25.78 -
YUV 67.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 93 40 141 0.34 0.72 0 0.45 271.49 0.56 0.35
Hex 5D 28 8D 22 48 0 2D 10F 38 23
Octal 135 50 215 42 110 0 55 417 70 43
Binary 1011101 101000 10001101 100010 1001000 0 101101 100001111 111000 100011

Color Harmonies of #5D288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D288D

Black with #5D288D

Text Example


Text Example

White with #5D288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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