Html Css Color HEX #5E258C Kingfisher Daisy

📋 copy color: '#5E258C'

red 94 ◦ green 37 ◦ blue 140

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

Shades of Kingfisher Daisy #5E258C

Tints of Kingfisher Daisy #5E258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.66%

R = 34.69%
G = 13.65%
B = 51.66%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E258C (or 0x5E258C) is known color: Kingfisher Daisy. HEX triplet: 5E, 25 and 8C. RGB value is (94,37,140). Sum of RGB (Red+Green+Blue) = 94+37+140=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E258C is #A1DA73. Grayscale: #414141. Windows color (decimal): -10607220 or 9184606. OLE color: 9184606.

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

Color convert

RGB 94 37 140 -
CMYK 0.33 0.74 0 0.45
HSL 273.2º 0.58% 0.35% -
HSV(B) 273.2º 0.74% 0.55% -
XYZ 10.01 5.6 25.36 -
YUV 65.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 94 37 140 0.33 0.74 0 0.45 273.2 0.58 0.35
Hex 5E 25 8C 21 4A 0 2D 111 3A 23
Octal 136 45 214 41 112 0 55 421 72 43
Binary 1011110 100101 10001100 100001 1001010 0 101101 100010001 111010 100011

Color Harmonies of #5E258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E258C

Black with #5E258C

Text Example


Text Example

White with #5E258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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