Html Css Color HEX #5E437F Kingfisher Daisy

📋 copy color: '#5E437F'

red 94 ◦ green 67 ◦ blue 127

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

Shades of Kingfisher Daisy #5E437F

Tints of Kingfisher Daisy #5E437F

RGB

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

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

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

R = 32.64%
G = 23.26%
B = 44.1%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E437F (or 0x5E437F) is known color: Kingfisher Daisy. HEX triplet: 5E, 43 and 7F. RGB value is (94,67,127). Sum of RGB (Red+Green+Blue) = 94+67+127=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E437F is #A1BC80. Grayscale: #515151. Windows color (decimal): -10599553 or 8340318. OLE color: 8340318.

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

Color convert

RGB 94 67 127 -
CMYK 0.26 0.47 0 0.50
HSL 267º 0.31% 0.38% -
HSV(B) 267º 0.47% 0.5% -
XYZ 10.45 7.93 21.06 -
YUV 81.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 94 67 127 0.26 0.47 0 0.50 267 0.31 0.38
Hex 5E 43 7F 1A 2F 0 32 10B 1F 26
Octal 136 103 177 32 57 0 62 413 37 46
Binary 1011110 1000011 1111111 11010 101111 0 110010 100001011 11111 100110

Color Harmonies of #5E437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E437F

Black with #5E437F

Text Example


Text Example

White with #5E437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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