Html Css Color HEX #5E3885 Kingfisher Daisy

📋 copy color: '#5E3885'

red 94 ◦ green 56 ◦ blue 133

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

Shades of Kingfisher Daisy #5E3885

Tints of Kingfisher Daisy #5E3885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

 BLUE value IS 133 (52.34% from 255) = 47%

R = 33.22%
G = 19.79%
B = 47%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E3885 (or 0x5E3885) is known color: Kingfisher Daisy. HEX triplet: 5E, 38 and 85. RGB value is (94,56,133). Sum of RGB (Red+Green+Blue) = 94+56+133=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3885 is #A1C77A. Grayscale: #4B4B4B. Windows color (decimal): -10602363 or 8730718. OLE color: 8730718.

HSL color Cylindrical-coordinate representation of color #5E3885: hue angle of 269.61º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E3885 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 56 133 -
CMYK 0.29 0.58 0 0.48
HSL 269.61º 0.41% 0.37% -
HSV(B) 269.61º 0.58% 0.52% -
XYZ 10.26 6.9 22.98 -
YUV 76.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 94 56 133 0.29 0.58 0 0.48 269.61 0.41 0.37
Hex 5E 38 85 1D 3A 0 30 10E 29 25
Octal 136 70 205 35 72 0 60 416 51 45
Binary 1011110 111000 10000101 11101 111010 0 110000 100001110 101001 100101

Color Harmonies of #5E3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3885

Black with #5E3885

Text Example


Text Example

White with #5E3885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,56,133); }

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

background-color css

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

 a { background-color: rgb(94,56,133); }

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

border-color css

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

 span { border-color: rgb(94,56,133); }

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