#5B337B

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

Shades of Kingfisher Daisy #5B337B

Tints of Kingfisher Daisy #5B337B

Color information

#5B337B (or 0x5B337B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 33 and 7B. RGB value is (91,51,123). Sum of RGB (Red+Green+Blue) = 91+51+123=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B337B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B337B is #A4CC84. Grayscale: #464646. Windows color (decimal): -10800261 or 8074075. OLE color: 8074075.

HSL color Cylindrical-coordinate representation of color #5B337B: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B337B is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9151123-
CMYK0.260.5900.52
HSL273.33º41.38%34.12%-
HSV(B)273.33º58.54%48.24%-
XYZ9.076.0219.42-
YUV71.17157.25142.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=34.34%
G=19.25%
B=46.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91511230.260.5900.52273.3341.3834.12
Hex5B337B1A3B0341112922
Octal1336317332730644215142
Binary10110111100111111011110101110110110100100010001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,51,123); }

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

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

 a { background-color: rgb(91,51,123); }

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

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

 span { border-color: rgb(91,51,123); }

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