#434D54

Color #434D54 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #434D54

Tints of Atomic #434D54

Color information

#434D54 (or 0x434D54) is unknown color: approx Atomic. HEX triplet: 43, 4D and 54. RGB value is (67,77,84). Sum of RGB (Red+Green+Blue) = 67+77+84=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #434D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D54 is #BCB2AB. Grayscale: #4A4A4A. Windows color (decimal): -12366508 or 5524803. OLE color: 5524803.

HSL color Cylindrical-coordinate representation of color #434D54: hue angle of 204.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434D54 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB677784-
CMYK0.200.0800.67
HSL204.71º11.26%29.61%-
HSV(B)204.71º20.24%32.94%-
XYZ6.577.149.42-
YUV74.81133.19122.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=29.39%
G=33.77%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6777840.200.0800.67204.7111.2629.61
Hex434D54148043cdb1e
Octal103115124241001033151336
Binary1000011100110110101001010010000100001111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D54; }

 p { color: rgb(67,77,84); }

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

<style>
 a { background-color: #434D54; }

 a { background-color: rgb(67,77,84); }

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

<style>
 span { border-color: #434D54; }

 span { border-color: rgb(67,77,84); }

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