Html Css Color HEX #5E2584 Kingfisher Daisy

📋 copy color: '#5E2584'

red 94 ◦ green 37 ◦ blue 132

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

Shades of Kingfisher Daisy #5E2584

Tints of Kingfisher Daisy #5E2584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 132 (51.95% from 255) = 50.19%

R = 35.74%
G = 14.07%
B = 50.19%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E2584 (or 0x5E2584) is known color: Kingfisher Daisy. HEX triplet: 5E, 25 and 84. RGB value is (94,37,132). Sum of RGB (Red+Green+Blue) = 94+37+132=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2584 is #A1DA7B. Grayscale: #404040. Windows color (decimal): -10607228 or 8660318. OLE color: 8660318.

HSL color Cylindrical-coordinate representation of color #5E2584: hue angle of 276º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2584 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 37 132 -
CMYK 0.29 0.72 0 0.48
HSL 276º 0.56% 0.33% -
HSV(B) 276º 0.72% 0.52% -
XYZ 9.44 5.37 22.37 -
YUV 64.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 94 37 132 0.29 0.72 0 0.48 276 0.56 0.33
Hex 5E 25 84 1D 48 0 30 114 38 21
Octal 136 45 204 35 110 0 60 424 70 41
Binary 1011110 100101 10000100 11101 1001000 0 110000 100010100 111000 100001

Color Harmonies of #5E2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2584

Black with #5E2584

Text Example


Text Example

White with #5E2584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,37,132); }

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

background-color css

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

 a { background-color: rgb(94,37,132); }

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

border-color css

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

 span { border-color: rgb(94,37,132); }

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