Html Css Color HEX #5E437D Kingfisher Daisy

📋 copy color: '#5E437D'

red 94 ◦ green 67 ◦ blue 125

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

Shades of Kingfisher Daisy #5E437D

Tints of Kingfisher Daisy #5E437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 32.87%
G = 23.43%
B = 43.71%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E437D (or 0x5E437D) is known color: Kingfisher Daisy. HEX triplet: 5E, 43 and 7D. RGB value is (94,67,125). Sum of RGB (Red+Green+Blue) = 94+67+125=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E437D is #A1BC82. Grayscale: #515151. Windows color (decimal): -10599555 or 8209246. OLE color: 8209246.

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

Color convert

RGB 94 67 125 -
CMYK 0.25 0.46 0 0.51
HSL 267.93º 0.3% 0.38% -
HSV(B) 267.93º 0.46% 0.49% -
XYZ 10.32 7.87 20.38 -
YUV 81.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 94 67 125 0.25 0.46 0 0.51 267.93 0.3 0.38
Hex 5E 43 7D 19 2E 0 33 10C 1E 26
Octal 136 103 175 31 56 0 63 414 36 46
Binary 1011110 1000011 1111101 11001 101110 0 110011 100001100 11110 100110

Color Harmonies of #5E437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E437D

Black with #5E437D

Text Example


Text Example

White with #5E437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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