#454C5A

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

Shades of Tuna #454C5A

Tints of Tuna #454C5A

Color information

#454C5A (or 0x454C5A) is unknown color: approx Tuna. HEX triplet: 45, 4C and 5A. RGB value is (69,76,90). Sum of RGB (Red+Green+Blue) = 69+76+90=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #454C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C5A is #BAB3A5. Grayscale: #4B4B4B. Windows color (decimal): -12235686 or 5917765. OLE color: 5917765.

HSL color Cylindrical-coordinate representation of color #454C5A: hue angle of 220º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #454C5A is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697690-
CMYK0.230.1600.65
HSL220º13.21%31.18%-
HSV(B)220º23.33%35.29%-
XYZ6.887.1710.69-
YUV75.5136.18123.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=29.36%
G=32.34%
B=38.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6976900.230.1600.6522013.2131.18
Hex454C5A1710041dcd1f
Octal105114132272001013341537
Binary10001011001100101101010111100000100000111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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