#454C57

Color #454C57 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #454C57

Tints of Tuna #454C57

Color information

#454C57 (or 0x454C57) is unknown color: approx Tuna. HEX triplet: 45, 4C and 57. RGB value is (69,76,87). Sum of RGB (Red+Green+Blue) = 69+76+87=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #454C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C57 is #BAB3A8. Grayscale: #4B4B4B. Windows color (decimal): -12235689 or 5721157. OLE color: 5721157.

HSL color Cylindrical-coordinate representation of color #454C57: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #454C57 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB697687-
CMYK0.210.1300.66
HSL216.67º11.54%30.59%-
HSV(B)216.67º20.69%34.12%-
XYZ6.767.1210.04-
YUV75.16134.68123.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=29.74%
G=32.76%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6976870.210.1300.66216.6711.5430.59
Hex454C5715D042d9c1f
Octal105114127251501023311437
Binary1000101100110010101111010111010100001011011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454C57; }

 p { color: rgb(69,76,87); }

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

<style>
 a { background-color: #454C57; }

 a { background-color: rgb(69,76,87); }

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

<style>
 span { border-color: #454C57; }

 span { border-color: rgb(69,76,87); }

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