Html Css Color HEX #5B4181 Kingfisher Daisy

📋 copy color: '#5B4181'

red 91 ◦ green 65 ◦ blue 129

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

Shades of Kingfisher Daisy #5B4181

Tints of Kingfisher Daisy #5B4181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 31.93%
G = 22.81%
B = 45.26%

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

#5B4181 (or 0x5B4181) is known color: Kingfisher Daisy. HEX triplet: 5B, 41 and 81. RGB value is (91,65,129). Sum of RGB (Red+Green+Blue) = 91+65+129=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4181 is #A4BE7E. Grayscale: #4F4F4F. Windows color (decimal): -10796671 or 8470875. OLE color: 8470875.

HSL color Cylindrical-coordinate representation of color #5B4181: hue angle of 264.38º degrees, saturation: 0.33, 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 #5B4181 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 65 129 -
CMYK 0.29 0.50 0 0.49
HSL 264.38º 0.33% 0.38% -
HSV(B) 264.38º 0.5% 0.51% -
XYZ 10.17 7.59 21.7 -
YUV 80.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 91 65 129 0.29 0.50 0 0.49 264.38 0.33 0.38
Hex 5B 41 81 1D 32 0 31 108 21 26
Octal 133 101 201 35 62 0 61 410 41 46
Binary 1011011 1000001 10000001 11101 110010 0 110001 100001000 100001 100110

Color Harmonies of #5B4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4181

Black with #5B4181

Text Example


Text Example

White with #5B4181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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