Html Css Color HEX #5B2893 Kingfisher Daisy

📋 copy color: '#5B2893'

red 91 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #5B2893

Tints of Kingfisher Daisy #5B2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 32.73%
G = 14.39%
B = 52.88%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B2893 (or 0x5B2893) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 93. RGB value is (91,40,147). Sum of RGB (Red+Green+Blue) = 91+40+147=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2893 is #A4D76C. Grayscale: #434343. Windows color (decimal): -10803053 or 9644123. OLE color: 9644123.

HSL color Cylindrical-coordinate representation of color #5B2893: hue angle of 268.6º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2893 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 40 147 -
CMYK 0.38 0.73 0 0.42
HSL 268.6º 0.57% 0.37% -
HSV(B) 268.6º 0.73% 0.58% -
XYZ 10.34 5.85 28.19 -
YUV 67.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 91 40 147 0.38 0.73 0 0.42 268.6 0.57 0.37
Hex 5B 28 93 26 49 0 2A 10D 39 25
Octal 133 50 223 46 111 0 52 415 71 45
Binary 1011011 101000 10010011 100110 1001001 0 101010 100001101 111001 100101

Color Harmonies of #5B2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2893

Black with #5B2893

Text Example


Text Example

White with #5B2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,40,147); }

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

background-color css

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

 a { background-color: rgb(91,40,147); }

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

border-color css

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

 span { border-color: rgb(91,40,147); }

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