Html Css Color HEX #5B4076 Kingfisher Daisy

📋 copy color: '#5B4076'

red 91 ◦ green 64 ◦ blue 118

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

Shades of Kingfisher Daisy #5B4076

Tints of Kingfisher Daisy #5B4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 33.33%
G = 23.44%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B4076 (or 0x5B4076) is known color: Kingfisher Daisy. HEX triplet: 5B, 40 and 76. RGB value is (91,64,118). Sum of RGB (Red+Green+Blue) = 91+64+118=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B4076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4076 is #A4BF89. Grayscale: #4E4E4E. Windows color (decimal): -10796938 or 7749723. OLE color: 7749723.

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

Color convert

RGB 91 64 118 -
CMYK 0.23 0.46 0 0.54
HSL 270º 0.3% 0.36% -
HSV(B) 270º 0.46% 0.46% -
XYZ 9.42 7.2 18.03 -
YUV 78.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 91 64 118 0.23 0.46 0 0.54 270 0.3 0.36
Hex 5B 40 76 17 2E 0 36 10E 1E 24
Octal 133 100 166 27 56 0 66 416 36 44
Binary 1011011 1000000 1110110 10111 101110 0 110110 100001110 11110 100100

Color Harmonies of #5B4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4076

Black with #5B4076

Text Example


Text Example

White with #5B4076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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