#435058

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

Shades of Atomic #435058

Tints of Atomic #435058

Color information

#435058 (or 0x435058) is unknown color: approx Atomic. HEX triplet: 43, 50 and 58. RGB value is (67,80,88). Sum of RGB (Red+Green+Blue) = 67+80+88=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #435058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435058 is #BCAFA7. Grayscale: #4C4C4C. Windows color (decimal): -12365736 or 5787715. OLE color: 5787715.

HSL color Cylindrical-coordinate representation of color #435058: hue angle of 202.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #435058 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB678088-
CMYK0.240.0900.65
HSL202.86º13.55%30.39%-
HSV(B)202.86º23.86%34.51%-
XYZ6.947.6410.34-
YUV77.02134.19120.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=28.51%
G=34.04%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6780880.240.0900.65202.8613.5530.39
Hex435058189041cbe1e
Octal103120130301101013131636
Binary1000011101000010110001100010010100000111001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435058; }

 p { color: rgb(67,80,88); }

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

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

 a { background-color: rgb(67,80,88); }

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

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

 span { border-color: rgb(67,80,88); }

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