#385A52

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

Shades of Spectra #385A52

Tints of Spectra #385A52

Color information

#385A52 (or 0x385A52) is unknown color: approx Spectra. HEX triplet: 38, 5A and 52. RGB value is (56,90,82). Sum of RGB (Red+Green+Blue) = 56+90+82=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #385A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A52 is #C7A5AD. Grayscale: #4E4E4E. Windows color (decimal): -13084078 or 5397048. OLE color: 5397048.

HSL color Cylindrical-coordinate representation of color #385A52: hue angle of 165.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A52 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB569082-
CMYK0.3800.090.65
HSL165.88º23.29%28.63%-
HSV(B)165.88º37.78%35.29%-
XYZ6.818.769.32-
YUV78.92129.74111.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=24.56%
G=39.47%
B=35.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690820.3800.090.65165.8823.2928.63
Hex385A52260941a6171d
Octal70132122460111012462735
Binary11100010110101010010100110010011000001101001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A52; }

 p { color: rgb(56,90,82); }

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

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

 a { background-color: rgb(56,90,82); }

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

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

 span { border-color: rgb(56,90,82); }

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