#434E55

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

Shades of Atomic #434E55

Tints of Atomic #434E55

Color information

#434E55 (or 0x434E55) is unknown color: approx Atomic. HEX triplet: 43, 4E and 55. RGB value is (67,78,85). Sum of RGB (Red+Green+Blue) = 67+78+85=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #434E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E55 is #BCB1AA. Grayscale: #4B4B4B. Windows color (decimal): -12366251 or 5590595. OLE color: 5590595.

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

Color convert

RGB677885-
CMYK0.210.0800.67
HSL203.33º11.84%29.8%-
HSV(B)203.33º21.18%33.33%-
XYZ6.687.39.65-
YUV75.51133.36121.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=29.13%
G=33.91%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6778850.210.0800.67203.3311.8429.8
Hex434E55158043cbc1e
Octal103116125251001033131436
Binary1000011100111010101011010110000100001111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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