Html Css Color HEX #5E268E Kingfisher Daisy

📋 copy color: '#5E268E'

red 94 ◦ green 38 ◦ blue 142

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

Shades of Kingfisher Daisy #5E268E

Tints of Kingfisher Daisy #5E268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 34.31%
G = 13.87%
B = 51.82%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E268E (or 0x5E268E) is known color: Kingfisher Daisy. HEX triplet: 5E, 26 and 8E. RGB value is (94,38,142). Sum of RGB (Red+Green+Blue) = 94+38+142=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E268E is #A1D971. Grayscale: #424242. Windows color (decimal): -10606962 or 9315934. OLE color: 9315934.

HSL color Cylindrical-coordinate representation of color #5E268E: hue angle of 272.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E268E is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 38 142 -
CMYK 0.34 0.73 0 0.44
HSL 272.31º 0.58% 0.35% -
HSV(B) 272.31º 0.73% 0.56% -
XYZ 10.19 5.72 26.16 -
YUV 66.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 94 38 142 0.34 0.73 0 0.44 272.31 0.58 0.35
Hex 5E 26 8E 22 49 0 2C 110 3A 23
Octal 136 46 216 42 111 0 54 420 72 43
Binary 1011110 100110 10001110 100010 1001001 0 101100 100010000 111010 100011

Color Harmonies of #5E268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E268E

Black with #5E268E

Text Example


Text Example

White with #5E268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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