Html Css Color HEX #5B4279 Kingfisher Daisy

📋 copy color: '#5B4279'

red 91 ◦ green 66 ◦ blue 121

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

Shades of Kingfisher Daisy #5B4279

Tints of Kingfisher Daisy #5B4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 32.73%
G = 23.74%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B4279 (or 0x5B4279) is known color: Kingfisher Daisy. HEX triplet: 5B, 42 and 79. RGB value is (91,66,121). Sum of RGB (Red+Green+Blue) = 91+66+121=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B4279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4279 is #A4BD86. Grayscale: #4F4F4F. Windows color (decimal): -10796423 or 7946843. OLE color: 7946843.

HSL color Cylindrical-coordinate representation of color #5B4279: hue angle of 267.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B4279 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 66 121 -
CMYK 0.25 0.45 0 0.53
HSL 267.27º 0.29% 0.37% -
HSV(B) 267.27º 0.45% 0.47% -
XYZ 9.71 7.5 19.03 -
YUV 79.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 91 66 121 0.25 0.45 0 0.53 267.27 0.29 0.37
Hex 5B 42 79 19 2D 0 35 10B 1D 25
Octal 133 102 171 31 55 0 65 413 35 45
Binary 1011011 1000010 1111001 11001 101101 0 110101 100001011 11101 100101

Color Harmonies of #5B4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4279

Black with #5B4279

Text Example


Text Example

White with #5B4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,66,121); }

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

background-color css

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

 a { background-color: rgb(91,66,121); }

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

border-color css

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

 span { border-color: rgb(91,66,121); }

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