Html Css Color HEX #5B257C Kingfisher Daisy

📋 copy color: '#5B257C'

red 91 ◦ green 37 ◦ blue 124

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

Shades of Kingfisher Daisy #5B257C

Tints of Kingfisher Daisy #5B257C

RGB

 RED value IS 91 (35.94% from 255) = 36.11%

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

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

R = 36.11%
G = 14.68%
B = 49.21%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B257C (or 0x5B257C) is known color: Kingfisher Daisy. HEX triplet: 5B, 25 and 7C. RGB value is (91,37,124). Sum of RGB (Red+Green+Blue) = 91+37+124=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B257C is #A4DA83. Grayscale: #3E3E3E. Windows color (decimal): -10803844 or 8136027. OLE color: 8136027.

HSL color Cylindrical-coordinate representation of color #5B257C: hue angle of 277.24º 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 #5B257C is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 37 124 -
CMYK 0.27 0.70 0 0.51
HSL 277.24º 0.54% 0.32% -
HSV(B) 277.24º 0.7% 0.49% -
XYZ 8.61 5 19.58 -
YUV 63.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 91 37 124 0.27 0.70 0 0.51 277.24 0.54 0.32
Hex 5B 25 7C 1B 46 0 33 115 36 20
Octal 133 45 174 33 106 0 63 425 66 40
Binary 1011011 100101 1111100 11011 1000110 0 110011 100010101 110110 100000

Color Harmonies of #5B257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B257C

Black with #5B257C

Text Example


Text Example

White with #5B257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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