Html Css Color HEX #5E427E Kingfisher Daisy

📋 copy color: '#5E427E'

red 94 ◦ green 66 ◦ blue 126

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

Shades of Kingfisher Daisy #5E427E

Tints of Kingfisher Daisy #5E427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 32.87%
G = 23.08%
B = 44.06%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E427E (or 0x5E427E) is known color: Kingfisher Daisy. HEX triplet: 5E, 42 and 7E. RGB value is (94,66,126). Sum of RGB (Red+Green+Blue) = 94+66+126=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E427E is #A1BD81. Grayscale: #515151. Windows color (decimal): -10599810 or 8274526. OLE color: 8274526.

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

Color convert

RGB 94 66 126 -
CMYK 0.25 0.48 0 0.51
HSL 268º 0.31% 0.38% -
HSV(B) 268º 0.48% 0.49% -
XYZ 10.33 7.78 20.7 -
YUV 81.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 94 66 126 0.25 0.48 0 0.51 268 0.31 0.38
Hex 5E 42 7E 19 30 0 33 10C 1F 26
Octal 136 102 176 31 60 0 63 414 37 46
Binary 1011110 1000010 1111110 11001 110000 0 110011 100001100 11111 100110

Color Harmonies of #5E427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E427E

Black with #5E427E

Text Example


Text Example

White with #5E427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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