Html Css Color HEX #5E2795 Kingfisher Daisy

📋 copy color: '#5E2795'

red 94 ◦ green 39 ◦ blue 149

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

Shades of Kingfisher Daisy #5E2795

Tints of Kingfisher Daisy #5E2795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 33.33%
G = 13.83%
B = 52.84%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E2795 (or 0x5E2795) is known color: Kingfisher Daisy. HEX triplet: 5E, 27 and 95. RGB value is (94,39,149). Sum of RGB (Red+Green+Blue) = 94+39+149=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E2795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2795 is #A1D86A. Grayscale: #434343. Windows color (decimal): -10606699 or 9774942. OLE color: 9774942.

HSL color Cylindrical-coordinate representation of color #5E2795: hue angle of 270º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2795 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 39 149 -
CMYK 0.37 0.74 0 0.42
HSL 270º 0.59% 0.37% -
HSV(B) 270º 0.74% 0.58% -
XYZ 10.77 6 29.02 -
YUV 67.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 94 39 149 0.37 0.74 0 0.42 270 0.59 0.37
Hex 5E 27 95 25 4A 0 2A 10E 3B 25
Octal 136 47 225 45 112 0 52 416 73 45
Binary 1011110 100111 10010101 100101 1001010 0 101010 100001110 111011 100101

Color Harmonies of #5E2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2795

Black with #5E2795

Text Example


Text Example

White with #5E2795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,39,149); }

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

background-color css

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

 a { background-color: rgb(94,39,149); }

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

border-color css

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

 span { border-color: rgb(94,39,149); }

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