Html Css Color HEX #5E258B Kingfisher Daisy

📋 copy color: '#5E258B'

red 94 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #5E258B

Tints of Kingfisher Daisy #5E258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 34.81%
G = 13.7%
B = 51.48%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E258B (or 0x5E258B) is known color: Kingfisher Daisy. HEX triplet: 5E, 25 and 8B. RGB value is (94,37,139). Sum of RGB (Red+Green+Blue) = 94+37+139=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E258B is #A1DA74. Grayscale: #414141. Windows color (decimal): -10607221 or 9119070. OLE color: 9119070.

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

Color convert

RGB 94 37 139 -
CMYK 0.32 0.73 0 0.45
HSL 273.53º 0.58% 0.35% -
HSV(B) 273.53º 0.73% 0.55% -
XYZ 9.94 5.57 24.98 -
YUV 65.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 94 37 139 0.32 0.73 0 0.45 273.53 0.58 0.35
Hex 5E 25 8B 20 49 0 2D 112 3A 23
Octal 136 45 213 40 111 0 55 422 72 43
Binary 1011110 100101 10001011 100000 1001001 0 101101 100010010 111010 100011

Color Harmonies of #5E258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E258B

Black with #5E258B

Text Example


Text Example

White with #5E258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,37,139); }

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

background-color css

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

 a { background-color: rgb(94,37,139); }

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

border-color css

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

 span { border-color: rgb(94,37,139); }

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