Html Css Color HEX #5E427C Kingfisher Daisy

📋 copy color: '#5E427C'

red 94 ◦ green 66 ◦ blue 124

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

Shades of Kingfisher Daisy #5E427C

Tints of Kingfisher Daisy #5E427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 33.1%
G = 23.24%
B = 43.66%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E427C (or 0x5E427C) is known color: Kingfisher Daisy. HEX triplet: 5E, 42 and 7C. RGB value is (94,66,124). Sum of RGB (Red+Green+Blue) = 94+66+124=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E427C is #A1BD83. Grayscale: #505050. Windows color (decimal): -10599812 or 8143454. OLE color: 8143454.

HSL color Cylindrical-coordinate representation of color #5E427C: hue angle of 268.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E427C is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 66 124 -
CMYK 0.24 0.47 0 0.51
HSL 268.97º 0.31% 0.37% -
HSV(B) 268.97º 0.47% 0.49% -
XYZ 10.2 7.73 20.02 -
YUV 80.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 94 66 124 0.24 0.47 0 0.51 268.97 0.31 0.37
Hex 5E 42 7C 18 2F 0 33 10D 1F 25
Octal 136 102 174 30 57 0 63 415 37 45
Binary 1011110 1000010 1111100 11000 101111 0 110011 100001101 11111 100101

Color Harmonies of #5E427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E427C

Black with #5E427C

Text Example


Text Example

White with #5E427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,124); }

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

background-color css

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

 a { background-color: rgb(94,66,124); }

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

border-color css

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

 span { border-color: rgb(94,66,124); }

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