Html Css Color HEX #5E4378 Kingfisher Daisy

📋 copy color: '#5E4378'

red 94 ◦ green 67 ◦ blue 120

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

Shades of Kingfisher Daisy #5E4378

Tints of Kingfisher Daisy #5E4378

RGB

 RED value IS 94 (37.11% from 255) = 33.45%

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

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

R = 33.45%
G = 23.84%
B = 42.7%

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

#5E4378 (or 0x5E4378) is known color: Kingfisher Daisy. HEX triplet: 5E, 43 and 78. RGB value is (94,67,120). Sum of RGB (Red+Green+Blue) = 94+67+120=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4378 is #A1BC87. Grayscale: #505050. Windows color (decimal): -10599560 or 7881566. OLE color: 7881566.

HSL color Cylindrical-coordinate representation of color #5E4378: hue angle of 270.57º 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 #5E4378 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 67 120 -
CMYK 0.22 0.44 0 0.53
HSL 270.57º 0.28% 0.37% -
HSV(B) 270.57º 0.44% 0.47% -
XYZ 10.01 7.75 18.74 -
YUV 81.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 94 67 120 0.22 0.44 0 0.53 270.57 0.28 0.37
Hex 5E 43 78 16 2C 0 35 10F 1C 25
Octal 136 103 170 26 54 0 65 417 34 45
Binary 1011110 1000011 1111000 10110 101100 0 110101 100001111 11100 100101

Color Harmonies of #5E4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4378

Black with #5E4378

Text Example


Text Example

White with #5E4378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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