#434F54

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

Shades of Atomic #434F54

Tints of Atomic #434F54

Color information

#434F54 (or 0x434F54) is unknown color: approx Atomic. HEX triplet: 43, 4F and 54. RGB value is (67,79,84). Sum of RGB (Red+Green+Blue) = 67+79+84=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #434F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F54 is #BCB0AB. Grayscale: #4B4B4B. Windows color (decimal): -12365996 or 5525315. OLE color: 5525315.

HSL color Cylindrical-coordinate representation of color #434F54: hue angle of 197.65º 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 #434F54 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB677984-
CMYK0.200.0600.67
HSL197.65º11.26%29.61%-
HSV(B)197.65º20.24%32.94%-
XYZ6.717.439.47-
YUV75.98132.52121.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=29.13%
G=34.35%
B=36.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6779840.200.0600.67197.6511.2629.61
Hex434F54146043c6b1e
Octal10311712424601033061336
Binary100001110011111010100101001100100001111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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