#57308B

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

Shades of Kingfisher Daisy #57308B

Tints of Kingfisher Daisy #57308B

Color information

#57308B (or 0x57308B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 30 and 8B. RGB value is (87,48,139). Sum of RGB (Red+Green+Blue) = 87+48+139=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #57308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57308B is #A8CF74. Grayscale: #454545. Windows color (decimal): -11063157 or 9121879. OLE color: 9121879.

HSL color Cylindrical-coordinate representation of color #57308B: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57308B is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8748139-
CMYK0.370.6500.45
HSL265.71º48.66%36.67%-
HSV(B)265.71º65.47%54.51%-
XYZ9.65625.08-
YUV70.04166.92140.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=31.75%
G=17.52%
B=50.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87481390.370.6500.45265.7148.6636.67
Hex57308B254102D10a3125
Octal12760213451010554126145
Binary10101111100001000101110010110000010101101100001010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57308B; }

 p { color: rgb(87,48,139); }

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

<style>
 a { background-color: #57308B; }

 a { background-color: rgb(87,48,139); }

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

<style>
 span { border-color: #57308B; }

 span { border-color: rgb(87,48,139); }

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