Html Css Color HEX #5D4378 Kingfisher Daisy

📋 copy color: '#5D4378'

red 93 ◦ green 67 ◦ blue 120

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

Shades of Kingfisher Daisy #5D4378

Tints of Kingfisher Daisy #5D4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 33.21%
G = 23.93%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D4378 (or 0x5D4378) is known color: Kingfisher Daisy. HEX triplet: 5D, 43 and 78. RGB value is (93,67,120). Sum of RGB (Red+Green+Blue) = 93+67+120=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4378 is #A2BC87. Grayscale: #505050. Windows color (decimal): -10665096 or 7881565. OLE color: 7881565.

HSL color Cylindrical-coordinate representation of color #5D4378: hue angle of 269.43º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D4378 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 67 120 -
CMYK 0.22 0.44 0 0.53
HSL 269.43º 0.28% 0.37% -
HSV(B) 269.43º 0.44% 0.47% -
XYZ 9.91 7.7 18.73 -
YUV 80.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 93 67 120 0.22 0.44 0 0.53 269.43 0.28 0.37
Hex 5D 43 78 16 2C 0 35 10D 1C 25
Octal 135 103 170 26 54 0 65 415 34 45
Binary 1011101 1000011 1111000 10110 101100 0 110101 100001101 11100 100101

Color Harmonies of #5D4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4378

Black with #5D4378

Text Example


Text Example

White with #5D4378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,67,120); }

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

background-color css

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

 a { background-color: rgb(93,67,120); }

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

border-color css

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

 span { border-color: rgb(93,67,120); }

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