Html Css Color HEX #5B3F76 Kingfisher Daisy

📋 copy color: '#5B3F76'

red 91 ◦ green 63 ◦ blue 118

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

Shades of Kingfisher Daisy #5B3F76

Tints of Kingfisher Daisy #5B3F76

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

 BLUE value IS 118 (46.48% from 255) = 43.38%

R = 33.46%
G = 23.16%
B = 43.38%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B3F76 (or 0x5B3F76) is known color: Kingfisher Daisy. HEX triplet: 5B, 3F and 76. RGB value is (91,63,118). Sum of RGB (Red+Green+Blue) = 91+63+118=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B3F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3F76 is #A4C089. Grayscale: #4D4D4D. Windows color (decimal): -10797194 or 7749467. OLE color: 7749467.

HSL color Cylindrical-coordinate representation of color #5B3F76: hue angle of 270.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3F76 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 63 118 -
CMYK 0.23 0.47 0 0.54
HSL 270.55º 0.3% 0.35% -
HSV(B) 270.55º 0.47% 0.46% -
XYZ 9.36 7.09 18.01 -
YUV 77.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 91 63 118 0.23 0.47 0 0.54 270.55 0.3 0.35
Hex 5B 3F 76 17 2F 0 36 10F 1E 23
Octal 133 77 166 27 57 0 66 417 36 43
Binary 1011011 111111 1110110 10111 101111 0 110110 100001111 11110 100011

Color Harmonies of #5B3F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3F76

Black with #5B3F76

Text Example


Text Example

White with #5B3F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,63,118); }

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

background-color css

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

 a { background-color: rgb(91,63,118); }

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

border-color css

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

 span { border-color: rgb(91,63,118); }

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