Html Css Color HEX #5E2792 Kingfisher Daisy

📋 copy color: '#5E2792'

red 94 ◦ green 39 ◦ blue 146

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

Shades of Kingfisher Daisy #5E2792

Tints of Kingfisher Daisy #5E2792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 33.69%
G = 13.98%
B = 52.33%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E2792 (or 0x5E2792) is known color: Kingfisher Daisy. HEX triplet: 5E, 27 and 92. RGB value is (94,39,146). Sum of RGB (Red+Green+Blue) = 94+39+146=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E2792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2792 is #A1D86D. Grayscale: #434343. Windows color (decimal): -10606702 or 9578334. OLE color: 9578334.

HSL color Cylindrical-coordinate representation of color #5E2792: hue angle of 270.84º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2792 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 39 146 -
CMYK 0.36 0.73 0 0.43
HSL 270.84º 0.58% 0.36% -
HSV(B) 270.84º 0.73% 0.57% -
XYZ 10.53 5.91 27.78 -
YUV 67.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 94 39 146 0.36 0.73 0 0.43 270.84 0.58 0.36
Hex 5E 27 92 24 49 0 2B 10F 3A 24
Octal 136 47 222 44 111 0 53 417 72 44
Binary 1011110 100111 10010010 100100 1001001 0 101011 100001111 111010 100100

Color Harmonies of #5E2792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2792

Black with #5E2792

Text Example


Text Example

White with #5E2792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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