Html Css Color HEX #5B2085 Kingfisher Daisy

📋 copy color: '#5B2085'

red 91 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #5B2085

Tints of Kingfisher Daisy #5B2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 35.55%
G = 12.5%
B = 51.95%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B2085 (or 0x5B2085) is known color: Kingfisher Daisy. HEX triplet: 5B, 20 and 85. RGB value is (91,32,133). Sum of RGB (Red+Green+Blue) = 91+32+133=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2085 is #A4DF7A. Grayscale: #3C3C3C. Windows color (decimal): -10805115 or 8724571. OLE color: 8724571.

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

Color convert

RGB 91 32 133 -
CMYK 0.32 0.76 0 0.48
HSL 275.05º 0.61% 0.32% -
HSV(B) 275.05º 0.76% 0.52% -
XYZ 9.06 4.95 22.67 -
YUV 61.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 91 32 133 0.32 0.76 0 0.48 275.05 0.61 0.32
Hex 5B 20 85 20 4C 0 30 113 3D 20
Octal 133 40 205 40 114 0 60 423 75 40
Binary 1011011 100000 10000101 100000 1001100 0 110000 100010011 111101 100000

Color Harmonies of #5B2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2085

Black with #5B2085

Text Example


Text Example

White with #5B2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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