Html Css Color HEX #5E2C88 Kingfisher Daisy

📋 copy color: '#5E2C88'

red 94 ◦ green 44 ◦ blue 136

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

Shades of Kingfisher Daisy #5E2C88

Tints of Kingfisher Daisy #5E2C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 34.31%
G = 16.06%
B = 49.64%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E2C88 (or 0x5E2C88) is known color: Kingfisher Daisy. HEX triplet: 5E, 2C and 88. RGB value is (94,44,136). Sum of RGB (Red+Green+Blue) = 94+44+136=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E2C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2C88 is #A1D377. Grayscale: #454545. Windows color (decimal): -10605432 or 8924254. OLE color: 8924254.

HSL color Cylindrical-coordinate representation of color #5E2C88: hue angle of 272.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2C88 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 44 136 -
CMYK 0.31 0.68 0 0.47
HSL 272.61º 0.51% 0.35% -
HSV(B) 272.61º 0.68% 0.53% -
XYZ 9.96 5.96 23.92 -
YUV 69.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 94 44 136 0.31 0.68 0 0.47 272.61 0.51 0.35
Hex 5E 2C 88 1F 44 0 2F 111 33 23
Octal 136 54 210 37 104 0 57 421 63 43
Binary 1011110 101100 10001000 11111 1000100 0 101111 100010001 110011 100011

Color Harmonies of #5E2C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2C88

Black with #5E2C88

Text Example


Text Example

White with #5E2C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,44,136); }

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

background-color css

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

 a { background-color: rgb(94,44,136); }

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

border-color css

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

 span { border-color: rgb(94,44,136); }

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