Html Css Color HEX #5E427F Kingfisher Daisy

📋 copy color: '#5E427F'

red 94 ◦ green 66 ◦ blue 127

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

Shades of Kingfisher Daisy #5E427F

Tints of Kingfisher Daisy #5E427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.25%

R = 32.75%
G = 23%
B = 44.25%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E427F (or 0x5E427F) is known color: Kingfisher Daisy. HEX triplet: 5E, 42 and 7F. RGB value is (94,66,127). Sum of RGB (Red+Green+Blue) = 94+66+127=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E427F is #A1BD80. Grayscale: #515151. Windows color (decimal): -10599809 or 8340062. OLE color: 8340062.

HSL color Cylindrical-coordinate representation of color #5E427F: hue angle of 267.54º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E427F is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 66 127 -
CMYK 0.26 0.48 0 0.50
HSL 267.54º 0.32% 0.38% -
HSV(B) 267.54º 0.48% 0.5% -
XYZ 10.4 7.81 21.04 -
YUV 81.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 94 66 127 0.26 0.48 0 0.50 267.54 0.32 0.38
Hex 5E 42 7F 1A 30 0 32 10C 20 26
Octal 136 102 177 32 60 0 62 414 40 46
Binary 1011110 1000010 1111111 11010 110000 0 110010 100001100 100000 100110

Color Harmonies of #5E427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E427F

Black with #5E427F

Text Example


Text Example

White with #5E427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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