Html Css Color HEX #5B4081 Kingfisher Daisy

📋 copy color: '#5B4081'

red 91 ◦ green 64 ◦ blue 129

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

Shades of Kingfisher Daisy #5B4081

Tints of Kingfisher Daisy #5B4081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.42%

R = 32.04%
G = 22.54%
B = 45.42%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B4081 (or 0x5B4081) is known color: Kingfisher Daisy. HEX triplet: 5B, 40 and 81. RGB value is (91,64,129). Sum of RGB (Red+Green+Blue) = 91+64+129=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4081 is #A4BF7E. Grayscale: #4F4F4F. Windows color (decimal): -10796927 or 8470619. OLE color: 8470619.

HSL color Cylindrical-coordinate representation of color #5B4081: hue angle of 264.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B4081 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 64 129 -
CMYK 0.29 0.50 0 0.49
HSL 264.92º 0.34% 0.38% -
HSV(B) 264.92º 0.5% 0.51% -
XYZ 10.11 7.48 21.68 -
YUV 79.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 91 64 129 0.29 0.50 0 0.49 264.92 0.34 0.38
Hex 5B 40 81 1D 32 0 31 109 22 26
Octal 133 100 201 35 62 0 61 411 42 46
Binary 1011011 1000000 10000001 11101 110010 0 110001 100001001 100010 100110

Color Harmonies of #5B4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4081

Black with #5B4081

Text Example


Text Example

White with #5B4081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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