Html Css Color HEX #5E287B Kingfisher Daisy

📋 copy color: '#5E287B'

red 94 ◦ green 40 ◦ blue 123

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

Shades of Kingfisher Daisy #5E287B

Tints of Kingfisher Daisy #5E287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 36.58%
G = 15.56%
B = 47.86%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E287B (or 0x5E287B) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 7B. RGB value is (94,40,123). Sum of RGB (Red+Green+Blue) = 94+40+123=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E287B is #A1D784. Grayscale: #414141. Windows color (decimal): -10606469 or 8071262. OLE color: 8071262.

HSL color Cylindrical-coordinate representation of color #5E287B: hue angle of 279.04º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E287B is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 40 123 -
CMYK 0.24 0.67 0 0.52
HSL 279.04º 0.51% 0.32% -
HSV(B) 279.04º 0.67% 0.48% -
XYZ 8.95 5.33 19.3 -
YUV 65.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 94 40 123 0.24 0.67 0 0.52 279.04 0.51 0.32
Hex 5E 28 7B 18 43 0 34 117 33 20
Octal 136 50 173 30 103 0 64 427 63 40
Binary 1011110 101000 1111011 11000 1000011 0 110100 100010111 110011 100000

Color Harmonies of #5E287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E287B

Black with #5E287B

Text Example


Text Example

White with #5E287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,40,123); }

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

background-color css

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

 a { background-color: rgb(94,40,123); }

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

border-color css

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

 span { border-color: rgb(94,40,123); }

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