Html Css Color HEX #5B2392 Kingfisher Daisy

📋 copy color: '#5B2392'

red 91 ◦ green 35 ◦ blue 146

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

Shades of Kingfisher Daisy #5B2392

Tints of Kingfisher Daisy #5B2392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 33.46%
G = 12.87%
B = 53.68%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B2392 (or 0x5B2392) is known color: Kingfisher Daisy. HEX triplet: 5B, 23 and 92. RGB value is (91,35,146). Sum of RGB (Red+Green+Blue) = 91+35+146=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B2392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2392 is #A4DC6D. Grayscale: #404040. Windows color (decimal): -10804334 or 9577307. OLE color: 9577307.

HSL color Cylindrical-coordinate representation of color #5B2392: hue angle of 270.27º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2392 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 35 146 -
CMYK 0.38 0.76 0 0.43
HSL 270.27º 0.61% 0.35% -
HSV(B) 270.27º 0.76% 0.57% -
XYZ 10.1 5.5 27.72 -
YUV 64.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 91 35 146 0.38 0.76 0 0.43 270.27 0.61 0.35
Hex 5B 23 92 26 4C 0 2B 10E 3D 23
Octal 133 43 222 46 114 0 53 416 75 43
Binary 1011011 100011 10010010 100110 1001100 0 101011 100001110 111101 100011

Color Harmonies of #5B2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2392

Black with #5B2392

Text Example


Text Example

White with #5B2392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,35,146); }

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

background-color css

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

 a { background-color: rgb(91,35,146); }

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

border-color css

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

 span { border-color: rgb(91,35,146); }

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