#5B437E

Color #5B437E Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5B437E

Tints of Kingfisher Daisy #5B437E

Color information

#5B437E (or 0x5B437E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 43 and 7E. RGB value is (91,67,126). Sum of RGB (Red+Green+Blue) = 91+67+126=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B437E is #A4BC81. Grayscale: #505050. Windows color (decimal): -10796162 or 8274779. OLE color: 8274779.

HSL color Cylindrical-coordinate representation of color #5B437E: hue angle of 264.41º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B437E is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9167126-
CMYK0.280.4700.51
HSL264.41º30.57%37.84%-
HSV(B)264.41º46.83%49.41%-
XYZ10.097.7420.7-
YUV80.9153.45135.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=32.04%
G=23.59%
B=44.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91671260.280.4700.51264.4130.5737.84
Hex5B437E1C2F0331081f26
Octal13310317634570634103746
Binary10110111000011111111011100101111011001110000100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,67,126); }

 H1.HeaderClassName
 {
   color: #5B437E;
 }
 .AnyTagClassName
 {
   color: #5B437E;
 }
</style>
background-color css

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

 a { background-color: rgb(91,67,126); }

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

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

 span { border-color: rgb(91,67,126); }

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