Html Css Color HEX #5E3D83 Kingfisher Daisy

📋 copy color: '#5E3D83'

red 94 ◦ green 61 ◦ blue 131

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

Shades of Kingfisher Daisy #5E3D83

Tints of Kingfisher Daisy #5E3D83

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 32.87%
G = 21.33%
B = 45.8%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E3D83 (or 0x5E3D83) is known color: Kingfisher Daisy. HEX triplet: 5E, 3D and 83. RGB value is (94,61,131). Sum of RGB (Red+Green+Blue) = 94+61+131=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E3D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3D83 is #A1C27C. Grayscale: #4E4E4E. Windows color (decimal): -10601085 or 8600926. OLE color: 8600926.

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

Color convert

RGB 94 61 131 -
CMYK 0.28 0.53 0 0.49
HSL 268.29º 0.36% 0.38% -
HSV(B) 268.29º 0.53% 0.51% -
XYZ 10.38 7.36 22.35 -
YUV 78.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 94 61 131 0.28 0.53 0 0.49 268.29 0.36 0.38
Hex 5E 3D 83 1C 35 0 31 10C 24 26
Octal 136 75 203 34 65 0 61 414 44 46
Binary 1011110 111101 10000011 11100 110101 0 110001 100001100 100100 100110

Color Harmonies of #5E3D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3D83

Black with #5E3D83

Text Example


Text Example

White with #5E3D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,61,131); }

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

background-color css

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

 a { background-color: rgb(94,61,131); }

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

border-color css

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

 span { border-color: rgb(94,61,131); }

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