Html Css Color HEX #5E2485 Kingfisher Daisy

📋 copy color: '#5E2485'

red 94 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #5E2485

Tints of Kingfisher Daisy #5E2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 35.74%
G = 13.69%
B = 50.57%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E2485 (or 0x5E2485) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 85. RGB value is (94,36,133). Sum of RGB (Red+Green+Blue) = 94+36+133=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2485 is #A1DB7A. Grayscale: #404040. Windows color (decimal): -10607483 or 8725598. OLE color: 8725598.

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

Color convert

RGB 94 36 133 -
CMYK 0.29 0.73 0 0.48
HSL 275.88º 0.57% 0.33% -
HSV(B) 275.88º 0.73% 0.52% -
XYZ 9.48 5.33 22.72 -
YUV 64.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 94 36 133 0.29 0.73 0 0.48 275.88 0.57 0.33
Hex 5E 24 85 1D 49 0 30 114 39 21
Octal 136 44 205 35 111 0 60 424 71 41
Binary 1011110 100100 10000101 11101 1001001 0 110000 100010100 111001 100001

Color Harmonies of #5E2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2485

Black with #5E2485

Text Example


Text Example

White with #5E2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,36,133); }

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

background-color css

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

 a { background-color: rgb(94,36,133); }

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

border-color css

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

 span { border-color: rgb(94,36,133); }

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