Html Css Color HEX #5F257C Kingfisher Daisy

📋 copy color: '#5F257C'

red 95 ◦ green 37 ◦ blue 124

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

Shades of Kingfisher Daisy #5F257C

Tints of Kingfisher Daisy #5F257C

RGB

 RED value IS 95 (37.5% from 255) = 37.11%

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

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 37.11%
G = 14.45%
B = 48.44%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F257C (or 0x5F257C) is known color: Kingfisher Daisy. HEX triplet: 5F, 25 and 7C. RGB value is (95,37,124). Sum of RGB (Red+Green+Blue) = 95+37+124=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F257C is #A0DA83. Grayscale: #3F3F3F. Windows color (decimal): -10541700 or 8136031. OLE color: 8136031.

HSL color Cylindrical-coordinate representation of color #5F257C: hue angle of 280º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F257C is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 37 124 -
CMYK 0.23 0.70 0 0.51
HSL 280º 0.54% 0.32% -
HSV(B) 280º 0.7% 0.49% -
XYZ 9.02 5.21 19.6 -
YUV 64.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 95 37 124 0.23 0.70 0 0.51 280 0.54 0.32
Hex 5F 25 7C 17 46 0 33 118 36 20
Octal 137 45 174 27 106 0 63 430 66 40
Binary 1011111 100101 1111100 10111 1000110 0 110011 100011000 110110 100000

Color Harmonies of #5F257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F257C

Black with #5F257C

Text Example


Text Example

White with #5F257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,37,124); }

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

background-color css

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

 a { background-color: rgb(95,37,124); }

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

border-color css

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

 span { border-color: rgb(95,37,124); }

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