Html Css Color HEX #5E2681 Kingfisher Daisy

📋 copy color: '#5E2681'

red 94 ◦ green 38 ◦ blue 129

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

Shades of Kingfisher Daisy #5E2681

Tints of Kingfisher Daisy #5E2681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 36.02%
G = 14.56%
B = 49.43%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E2681 (or 0x5E2681) is known color: Kingfisher Daisy. HEX triplet: 5E, 26 and 81. RGB value is (94,38,129). Sum of RGB (Red+Green+Blue) = 94+38+129=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E2681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2681 is #A1D97E. Grayscale: #404040. Windows color (decimal): -10606975 or 8463966. OLE color: 8463966.

HSL color Cylindrical-coordinate representation of color #5E2681: hue angle of 276.92º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E2681 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 38 129 -
CMYK 0.27 0.71 0 0.49
HSL 276.92º 0.54% 0.33% -
HSV(B) 276.92º 0.71% 0.51% -
XYZ 9.27 5.35 21.31 -
YUV 65.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 94 38 129 0.27 0.71 0 0.49 276.92 0.54 0.33
Hex 5E 26 81 1B 47 0 31 115 36 21
Octal 136 46 201 33 107 0 61 425 66 41
Binary 1011110 100110 10000001 11011 1000111 0 110001 100010101 110110 100001

Color Harmonies of #5E2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2681

Black with #5E2681

Text Example


Text Example

White with #5E2681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,38,129); }

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

background-color css

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

 a { background-color: rgb(94,38,129); }

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

border-color css

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

 span { border-color: rgb(94,38,129); }

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