Html Css Color HEX #5E2B7F Kingfisher Daisy

📋 copy color: '#5E2B7F'

red 94 ◦ green 43 ◦ blue 127

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

Shades of Kingfisher Daisy #5E2B7F

Tints of Kingfisher Daisy #5E2B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.29%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 35.61%
G = 16.29%
B = 48.11%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E2B7F (or 0x5E2B7F) is known color: Kingfisher Daisy. HEX triplet: 5E, 2B and 7F. RGB value is (94,43,127). Sum of RGB (Red+Green+Blue) = 94+43+127=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E2B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2B7F is #A1D480. Grayscale: #434343. Windows color (decimal): -10605697 or 8334174. OLE color: 8334174.

HSL color Cylindrical-coordinate representation of color #5E2B7F: hue angle of 276.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2B7F is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 43 127 -
CMYK 0.26 0.66 0 0.50
HSL 276.43º 0.49% 0.33% -
HSV(B) 276.43º 0.66% 0.5% -
XYZ 9.31 5.64 20.68 -
YUV 67.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 94 43 127 0.26 0.66 0 0.50 276.43 0.49 0.33
Hex 5E 2B 7F 1A 42 0 32 114 31 21
Octal 136 53 177 32 102 0 62 424 61 41
Binary 1011110 101011 1111111 11010 1000010 0 110010 100010100 110001 100001

Color Harmonies of #5E2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2B7F

Black with #5E2B7F

Text Example


Text Example

White with #5E2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,43,127); }

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

background-color css

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

 a { background-color: rgb(94,43,127); }

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

border-color css

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

 span { border-color: rgb(94,43,127); }

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