Html Css Color HEX #5B2877 Kingfisher Daisy

📋 copy color: '#5B2877'

red 91 ◦ green 40 ◦ blue 119

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

Shades of Kingfisher Daisy #5B2877

Tints of Kingfisher Daisy #5B2877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 36.4%
G = 16%
B = 47.6%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B2877 (or 0x5B2877) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 77. RGB value is (91,40,119). Sum of RGB (Red+Green+Blue) = 91+40+119=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B2877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2877 is #A4D788. Grayscale: #3F3F3F. Windows color (decimal): -10803081 or 7809115. OLE color: 7809115.

HSL color Cylindrical-coordinate representation of color #5B2877: hue angle of 278.73º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B2877 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 40 119 -
CMYK 0.24 0.66 0 0.53
HSL 278.73º 0.5% 0.31% -
HSV(B) 278.73º 0.66% 0.47% -
XYZ 8.4 5.07 17.99 -
YUV 64.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 91 40 119 0.24 0.66 0 0.53 278.73 0.5 0.31
Hex 5B 28 77 18 42 0 35 117 32 1F
Octal 133 50 167 30 102 0 65 427 62 37
Binary 1011011 101000 1110111 11000 1000010 0 110101 100010111 110010 11111

Color Harmonies of #5B2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2877

Black with #5B2877

Text Example


Text Example

White with #5B2877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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