#5B397D

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

Shades of Kingfisher Daisy #5B397D

Tints of Kingfisher Daisy #5B397D

Color information

#5B397D (or 0x5B397D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 39 and 7D. RGB value is (91,57,125). Sum of RGB (Red+Green+Blue) = 91+57+125=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B397D is #A4C682. Grayscale: #4A4A4A. Windows color (decimal): -10798723 or 8206683. OLE color: 8206683.

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

Color convert

RGB9157125-
CMYK0.270.5400.51
HSL270º37.36%35.69%-
HSV(B)270º54.4%49.02%-
XYZ9.486.6320.18-
YUV74.92156.26139.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=33.33%
G=20.88%
B=45.79%

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
Decimal91571250.270.5400.5127037.3635.69
Hex5B397D1B3603310e2524
Octal1337117533660634164544
Binary10110111110011111101110111101100110011100001110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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