Html Css Color HEX #5B2280 Kingfisher Daisy

📋 copy color: '#5B2280'

red 91 ◦ green 34 ◦ blue 128

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

Shades of Kingfisher Daisy #5B2280

Tints of Kingfisher Daisy #5B2280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.59%

R = 35.97%
G = 13.44%
B = 50.59%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B2280 (or 0x5B2280) is known color: Kingfisher Daisy. HEX triplet: 5B, 22 and 80. RGB value is (91,34,128). Sum of RGB (Red+Green+Blue) = 91+34+128=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B2280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2280 is #A4DD7F. Grayscale: #3D3D3D. Windows color (decimal): -10804608 or 8397403. OLE color: 8397403.

HSL color Cylindrical-coordinate representation of color #5B2280: hue angle of 276.38º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2280 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 34 128 -
CMYK 0.29 0.73 0 0.50
HSL 276.38º 0.58% 0.32% -
HSV(B) 276.38º 0.73% 0.5% -
XYZ 8.78 4.93 20.91 -
YUV 61.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 91 34 128 0.29 0.73 0 0.50 276.38 0.58 0.32
Hex 5B 22 80 1D 49 0 32 114 3A 20
Octal 133 42 200 35 111 0 62 424 72 40
Binary 1011011 100010 10000000 11101 1001001 0 110010 100010100 111010 100000

Color Harmonies of #5B2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2280

Black with #5B2280

Text Example


Text Example

White with #5B2280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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