Html Css Color HEX #5E217A Kingfisher Daisy

📋 copy color: '#5E217A'

red 94 ◦ green 33 ◦ blue 122

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

Shades of Kingfisher Daisy #5E217A

Tints of Kingfisher Daisy #5E217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 122 (48.05% from 255) = 49%

R = 37.75%
G = 13.25%
B = 49%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E217A (or 0x5E217A) is known color: Kingfisher Daisy. HEX triplet: 5E, 21 and 7A. RGB value is (94,33,122). Sum of RGB (Red+Green+Blue) = 94+33+122=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E217A is #A1DE85. Grayscale: #3D3D3D. Windows color (decimal): -10608262 or 8003934. OLE color: 8003934.

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

Color convert

RGB 94 33 122 -
CMYK 0.23 0.73 0 0.52
HSL 281.12º 0.57% 0.3% -
HSV(B) 281.12º 0.73% 0.48% -
XYZ 8.67 4.87 18.9 -
YUV 61.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 94 33 122 0.23 0.73 0 0.52 281.12 0.57 0.3
Hex 5E 21 7A 17 49 0 34 119 39 1E
Octal 136 41 172 27 111 0 64 431 71 36
Binary 1011110 100001 1111010 10111 1001001 0 110100 100011001 111001 11110

Color Harmonies of #5E217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E217A

Black with #5E217A

Text Example


Text Example

White with #5E217A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,33,122); }

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

background-color css

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

 a { background-color: rgb(94,33,122); }

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

border-color css

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

 span { border-color: rgb(94,33,122); }

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