Html Css Color HEX #5D288F Kingfisher Daisy

📋 copy color: '#5D288F'

red 93 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #5D288F

Tints of Kingfisher Daisy #5D288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.81%

R = 33.7%
G = 14.49%
B = 51.81%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D288F (or 0x5D288F) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 8F. RGB value is (93,40,143). Sum of RGB (Red+Green+Blue) = 93+40+143=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #5D288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D288F is #A2D770. Grayscale: #434343. Windows color (decimal): -10671985 or 9381981. OLE color: 9381981.

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

Color convert

RGB 93 40 143 -
CMYK 0.35 0.72 0 0.44
HSL 270.87º 0.56% 0.36% -
HSV(B) 270.87º 0.72% 0.56% -
XYZ 10.23 5.83 26.57 -
YUV 67.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 93 40 143 0.35 0.72 0 0.44 270.87 0.56 0.36
Hex 5D 28 8F 23 48 0 2C 10F 38 24
Octal 135 50 217 43 110 0 54 417 70 44
Binary 1011101 101000 10001111 100011 1001000 0 101100 100001111 111000 100100

Color Harmonies of #5D288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D288F

Black with #5D288F

Text Example


Text Example

White with #5D288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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