#39505B

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

Shades of Atomic #39505B

Tints of Atomic #39505B

Color information

#39505B (or 0x39505B) is unknown color: approx Atomic. HEX triplet: 39, 50 and 5B. RGB value is (57,80,91). Sum of RGB (Red+Green+Blue) = 57+80+91=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #39505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39505B is #C6AFA4. Grayscale: #4A4A4A. Windows color (decimal): -13021093 or 5984313. OLE color: 5984313.

HSL color Cylindrical-coordinate representation of color #39505B: hue angle of 199.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39505B is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB578091-
CMYK0.370.1200.64
HSL199.41º22.97%29.02%-
HSV(B)199.41º37.36%35.69%-
XYZ6.447.3610.98-
YUV74.38137.38115.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=25%
G=35.09%
B=39.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5780910.370.1200.64199.4122.9729.02
Hex39505B25C040c7171d
Octal71120133451401003072735
Binary11100110100001011011100101110001000000110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39505B; }

 p { color: rgb(57,80,91); }

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

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

 a { background-color: rgb(57,80,91); }

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

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

 span { border-color: rgb(57,80,91); }

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