Html Css Color HEX #5B297F Kingfisher Daisy

📋 copy color: '#5B297F'

red 91 ◦ green 41 ◦ blue 127

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

Shades of Kingfisher Daisy #5B297F

Tints of Kingfisher Daisy #5B297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 35.14%
G = 15.83%
B = 49.03%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B297F (or 0x5B297F) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 7F. RGB value is (91,41,127). Sum of RGB (Red+Green+Blue) = 91+41+127=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B297F is #A4D680. Grayscale: #414141. Windows color (decimal): -10802817 or 8333659. OLE color: 8333659.

HSL color Cylindrical-coordinate representation of color #5B297F: hue angle of 274.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B297F is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 41 127 -
CMYK 0.28 0.68 0 0.50
HSL 274.88º 0.51% 0.33% -
HSV(B) 274.88º 0.68% 0.5% -
XYZ 8.94 5.34 20.64 -
YUV 65.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 91 41 127 0.28 0.68 0 0.50 274.88 0.51 0.33
Hex 5B 29 7F 1C 44 0 32 113 33 21
Octal 133 51 177 34 104 0 62 423 63 41
Binary 1011011 101001 1111111 11100 1000100 0 110010 100010011 110011 100001

Color Harmonies of #5B297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B297F

Black with #5B297F

Text Example


Text Example

White with #5B297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,127); }

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

background-color css

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

 a { background-color: rgb(91,41,127); }

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

border-color css

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

 span { border-color: rgb(91,41,127); }

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