Html Css Color HEX #5B2297 Kingfisher Daisy

📋 copy color: '#5B2297'

red 91 ◦ green 34 ◦ blue 151

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

Shades of Kingfisher Daisy #5B2297

Tints of Kingfisher Daisy #5B2297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 32.97%
G = 12.32%
B = 54.71%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B2297 (or 0x5B2297) is known color: Kingfisher Daisy. HEX triplet: 5B, 22 and 97. RGB value is (91,34,151). Sum of RGB (Red+Green+Blue) = 91+34+151=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B2297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2297 is #A4DD68. Grayscale: #3F3F3F. Windows color (decimal): -10804585 or 9904731. OLE color: 9904731.

HSL color Cylindrical-coordinate representation of color #5B2297: hue angle of 269.23º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2297 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 34 151 -
CMYK 0.40 0.77 0 0.41
HSL 269.23º 0.63% 0.36% -
HSV(B) 269.23º 0.77% 0.59% -
XYZ 10.47 5.6 29.81 -
YUV 64.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 91 34 151 0.40 0.77 0 0.41 269.23 0.63 0.36
Hex 5B 22 97 28 4D 0 29 10D 3F 24
Octal 133 42 227 50 115 0 51 415 77 44
Binary 1011011 100010 10010111 101000 1001101 0 101001 100001101 111111 100100

Color Harmonies of #5B2297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2297

Black with #5B2297

Text Example


Text Example

White with #5B2297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,34,151); }

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

background-color css

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

 a { background-color: rgb(91,34,151); }

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

border-color css

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

 span { border-color: rgb(91,34,151); }

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