#434F55

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

Shades of Atomic #434F55

Tints of Atomic #434F55

Color information

#434F55 (or 0x434F55) is unknown color: approx Atomic. HEX triplet: 43, 4F and 55. RGB value is (67,79,85). Sum of RGB (Red+Green+Blue) = 67+79+85=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #434F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F55 is #BCB0AA. Grayscale: #4C4C4C. Windows color (decimal): -12365995 or 5590851. OLE color: 5590851.

HSL color Cylindrical-coordinate representation of color #434F55: hue angle of 200º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434F55 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB677985-
CMYK0.210.0700.67
HSL200º11.84%29.8%-
HSV(B)200º21.18%33.33%-
XYZ6.757.449.67-
YUV76.1133.02121.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=29.00%
G=34.20%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6779850.210.0700.6720011.8429.8
Hex434F55157043c8c1e
Octal10311712525701033101436
Binary100001110011111010101101011110100001111001000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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