Html Css Color HEX #5E2685 Kingfisher Daisy

📋 copy color: '#5E2685'

red 94 ◦ green 38 ◦ blue 133

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

Shades of Kingfisher Daisy #5E2685

Tints of Kingfisher Daisy #5E2685

RGB

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

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

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

R = 35.47%
G = 14.34%
B = 50.19%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E2685 (or 0x5E2685) is known color: Kingfisher Daisy. HEX triplet: 5E, 26 and 85. RGB value is (94,38,133). Sum of RGB (Red+Green+Blue) = 94+38+133=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E2685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2685 is #A1D97A. Grayscale: #414141. Windows color (decimal): -10606971 or 8726110. OLE color: 8726110.

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

Color convert

RGB 94 38 133 -
CMYK 0.29 0.71 0 0.48
HSL 275.37º 0.56% 0.34% -
HSV(B) 275.37º 0.71% 0.52% -
XYZ 9.54 5.46 22.74 -
YUV 65.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 94 38 133 0.29 0.71 0 0.48 275.37 0.56 0.34
Hex 5E 26 85 1D 47 0 30 113 38 22
Octal 136 46 205 35 107 0 60 423 70 42
Binary 1011110 100110 10000101 11101 1000111 0 110000 100010011 111000 100010

Color Harmonies of #5E2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2685

Black with #5E2685

Text Example


Text Example

White with #5E2685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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