#5B397C

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

Shades of Kingfisher Daisy #5B397C

Tints of Kingfisher Daisy #5B397C

Color information

#5B397C (or 0x5B397C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 39 and 7C. RGB value is (91,57,124). Sum of RGB (Red+Green+Blue) = 91+57+124=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B397C is #A4C683. Grayscale: #4A4A4A. Windows color (decimal): -10798724 or 8141147. OLE color: 8141147.

HSL color Cylindrical-coordinate representation of color #5B397C: hue angle of 270.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B397C is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9157124-
CMYK0.270.5400.51
HSL270.45º37.02%35.49%-
HSV(B)270.45º54.03%48.63%-
XYZ9.426.6119.85-
YUV74.8155.76139.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=33.46%
G=20.96%
B=45.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91571240.270.5400.51270.4537.0235.49
Hex5B397C1B3603310e2523
Octal1337117433660634164543
Binary10110111110011111100110111101100110011100001110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,57,124); }

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

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

 a { background-color: rgb(91,57,124); }

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

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

 span { border-color: rgb(91,57,124); }

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