Html Css Color HEX #5B2485 Kingfisher Daisy

📋 copy color: '#5B2485'

red 91 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #5B2485

Tints of Kingfisher Daisy #5B2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 35%
G = 13.85%
B = 51.15%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B2485 (or 0x5B2485) is known color: Kingfisher Daisy. HEX triplet: 5B, 24 and 85. RGB value is (91,36,133). Sum of RGB (Red+Green+Blue) = 91+36+133=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2485 is #A4DB7A. Grayscale: #3F3F3F. Windows color (decimal): -10804091 or 8725595. OLE color: 8725595.

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

Color convert

RGB 91 36 133 -
CMYK 0.32 0.73 0 0.48
HSL 274.02º 0.57% 0.33% -
HSV(B) 274.02º 0.73% 0.52% -
XYZ 9.18 5.18 22.71 -
YUV 63.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 91 36 133 0.32 0.73 0 0.48 274.02 0.57 0.33
Hex 5B 24 85 20 49 0 30 112 39 21
Octal 133 44 205 40 111 0 60 422 71 41
Binary 1011011 100100 10000101 100000 1001001 0 110000 100010010 111001 100001

Color Harmonies of #5B2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2485

Black with #5B2485

Text Example


Text Example

White with #5B2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,36,133); }

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

background-color css

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

 a { background-color: rgb(91,36,133); }

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

border-color css

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

 span { border-color: rgb(91,36,133); }

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